HSL(199, 40%, 37%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(199,40%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(199, 40%, 37%) | color: hsl(199, 40%, 37%) | |
| HEX | #396C84 | color: #396C84 | |
| RGB | rgb(57, 108, 132) | color: rgb(57, 108, 132) | |
| CMYK | cmyk(57%, 18%, 0%, 48%) | — | |
| HSV | hsv(199, 57%, 52%) | — | |
| HWB | hwb(199 22% 48%) | color: hwb(199 22% 48%) | |
| OKLCH | oklch(0.5059 0.0667 230.41) | color: oklch(0.5059 0.0667 230.41) | |
| Lab | lab(43.15 -9.74 -18.48) | color: lab(43.15 -9.74 -18.48) | |
| LCH | lch(43.15 20.89 242.21) | color: lch(43.15 20.89 242.21) |
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)
#4F507E — rgb(79, 80, 126)
Deuteranopia (Green-blind)
#4C487D — rgb(76, 72, 125)
Tritanopia (Blue-blind)
#3C7A79 — rgb(60, 122, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(199, 40%, 37%);
text
color: hsl(199, 40%, 37%);
border
border: 2px solid hsl(199, 40%, 37%);
gradient light
background: linear-gradient(to right, hsl(199, 40%, 57%), hsl(199, 40%, 37%));
gradient dark
background: linear-gradient(to right, hsl(199, 40%, 37%), hsl(199, 40%, 17%))
hex
background-color: #396C84;
tailwind
bg-[hsl(199,40%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(199, 40%, 37%, 0.4);
css variable
--color-primary: hsl(199, 40%, 37%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(199, 40%, 37%)?
HEX: #396C84 | RGB: rgb(57, 108, 132) | CMYK: 57%, 18%, 0%, 48% | HSV: 199°, 57%, 52%. Copy any format from the conversion table above.
What colors go well with #396C84?
The complementary color is HSL(19, 40%, 37%). For a triadic harmony, use hues 199°, 319°, and 79°. For analogous combinations, try hues 169° and 229°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(199, 40%, 37%) in CSS?
As HSL: color: hsl(199, 40%, 37%); — As HEX: color: #396C84; — As RGB: color: rgb(57, 108, 132); — Tailwind CSS: bg-[hsl(199,40%,37%)] — CSS variable: --color-primary: hsl(199, 40%, 37%);