HSL(233, 40%, 43%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,40%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 40%, 43%) | color: hsl(233, 40%, 43%) | |
| HEX | #424C9A | color: #424C9A | |
| RGB | rgb(66, 76, 154) | color: rgb(66, 76, 154) | |
| CMYK | cmyk(57%, 51%, 0%, 40%) | — | |
| HSV | hsv(233, 57%, 60%) | — | |
| HWB | hwb(233 26% 40%) | color: hwb(233 26% 40%) | |
| OKLCH | oklch(0.4501 0.1262 274.67) | color: oklch(0.4501 0.1262 274.67) | |
| Lab | lab(35.32 19.93 -44.04) | color: lab(35.32 19.93 -44.04) | |
| LCH | lch(35.32 48.34 294.35) | color: lch(35.32 48.34 294.35) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#464687 — rgb(70, 70, 135)
Deuteranopia (Green-blind)
#464583 — rgb(70, 69, 131)
Tritanopia (Blue-blind)
#437875 — rgb(67, 120, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 40%, 43%);
text
color: hsl(233, 40%, 43%);
border
border: 2px solid hsl(233, 40%, 43%);
gradient light
background: linear-gradient(to right, hsl(233, 40%, 63%), hsl(233, 40%, 43%));
gradient dark
background: linear-gradient(to right, hsl(233, 40%, 43%), hsl(233, 40%, 23%))
hex
background-color: #424C9A;
tailwind
bg-[hsl(233,40%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 40%, 43%, 0.4);
css variable
--color-primary: hsl(233, 40%, 43%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 40%, 43%)?
HEX: #424C9A | RGB: rgb(66, 76, 154) | CMYK: 57%, 51%, 0%, 40% | HSV: 233°, 57%, 60%. Copy any format from the conversion table above.
What colors go well with #424C9A?
The complementary color is HSL(53, 40%, 43%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 40%, 43%) in CSS?
As HSL: color: hsl(233, 40%, 43%); — As HEX: color: #424C9A; — As RGB: color: rgb(66, 76, 154); — Tailwind CSS: bg-[hsl(233,40%,43%)] — CSS variable: --color-primary: hsl(233, 40%, 43%);