HSL(233, 60%, 43%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,60%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 60%, 43%) | color: hsl(233, 60%, 43%) | |
| HEX | #2C3BAF | color: #2C3BAF | |
| RGB | rgb(44, 59, 175) | color: rgb(44, 59, 175) | |
| CMYK | cmyk(75%, 66%, 0%, 31%) | — | |
| HSV | hsv(233, 75%, 69%) | — | |
| HWB | hwb(233 17% 31%) | color: hwb(233 17% 31%) | |
| OKLCH | oklch(0.4214 0.1831 270.39) | color: oklch(0.4214 0.1831 270.39) | |
| Lab | lab(31.25 35.02 -63.32) | color: lab(31.25 35.02 -63.32) | |
| LCH | lch(31.25 72.36 298.95) | color: lch(31.25 72.36 298.95) |
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)
#323393 — rgb(50, 51, 147)
Deuteranopia (Green-blind)
#32318C — rgb(50, 49, 140)
Tritanopia (Blue-blind)
#2D7D78 — rgb(45, 125, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 60%, 43%);
text
color: hsl(233, 60%, 43%);
border
border: 2px solid hsl(233, 60%, 43%);
gradient light
background: linear-gradient(to right, hsl(233, 60%, 63%), hsl(233, 60%, 43%));
gradient dark
background: linear-gradient(to right, hsl(233, 60%, 43%), hsl(233, 60%, 23%))
hex
background-color: #2C3BAF;
tailwind
bg-[hsl(233,60%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 60%, 43%, 0.4);
css variable
--color-primary: hsl(233, 60%, 43%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 60%, 43%)?
HEX: #2C3BAF | RGB: rgb(44, 59, 175) | CMYK: 75%, 66%, 0%, 31% | HSV: 233°, 75%, 69%. Copy any format from the conversion table above.
What colors go well with #2C3BAF?
The complementary color is HSL(53, 60%, 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, 60%, 43%) in CSS?
As HSL: color: hsl(233, 60%, 43%); — As HEX: color: #2C3BAF; — As RGB: color: rgb(44, 59, 175); — Tailwind CSS: bg-[hsl(233,60%,43%)] — CSS variable: --color-primary: hsl(233, 60%, 43%);