HSL(214, 43%, 41%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(214,43%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(214, 43%, 41%) | color: hsl(214, 43%, 41%) | |
| HEX | #3C6396 | color: #3C6396 | |
| RGB | rgb(60, 99, 150) | color: rgb(60, 99, 150) | |
| CMYK | cmyk(60%, 34%, 0%, 41%) | — | |
| HSV | hsv(214, 60%, 59%) | — | |
| HWB | hwb(214 24% 41%) | color: hwb(214 24% 41%) | |
| OKLCH | oklch(0.4948 0.0935 255.68) | color: oklch(0.4948 0.0935 255.68) | |
| Lab | lab(41.35 2.43 -32.06) | color: lab(41.35 2.43 -32.06) | |
| LCH | lch(41.35 32.15 274.33) | color: lch(41.35 32.15 274.33) |
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)
#4D4D8A — rgb(77, 77, 138)
Deuteranopia (Green-blind)
#4B4887 — rgb(75, 72, 135)
Tritanopia (Blue-blind)
#3E807E — rgb(62, 128, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(214, 43%, 41%);
text
color: hsl(214, 43%, 41%);
border
border: 2px solid hsl(214, 43%, 41%);
gradient light
background: linear-gradient(to right, hsl(214, 43%, 61%), hsl(214, 43%, 41%));
gradient dark
background: linear-gradient(to right, hsl(214, 43%, 41%), hsl(214, 43%, 21%))
hex
background-color: #3C6396;
tailwind
bg-[hsl(214,43%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(214, 43%, 41%, 0.4);
css variable
--color-primary: hsl(214, 43%, 41%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(214, 43%, 41%)?
HEX: #3C6396 | RGB: rgb(60, 99, 150) | CMYK: 60%, 34%, 0%, 41% | HSV: 214°, 60%, 59%. Copy any format from the conversion table above.
What colors go well with #3C6396?
The complementary color is HSL(34, 43%, 41%). For a triadic harmony, use hues 214°, 334°, and 94°. For analogous combinations, try hues 184° and 244°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(214, 43%, 41%) in CSS?
As HSL: color: hsl(214, 43%, 41%); — As HEX: color: #3C6396; — As RGB: color: rgb(60, 99, 150); — Tailwind CSS: bg-[hsl(214,43%,41%)] — CSS variable: --color-primary: hsl(214, 43%, 41%);