HSL(211, 44%, 39%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,44%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 44%, 39%) | color: hsl(211, 44%, 39%) | |
| HEX | #38628F | color: #38628F | |
| RGB | rgb(56, 98, 143) | color: rgb(56, 98, 143) | |
| CMYK | cmyk(61%, 31%, 0%, 44%) | — | |
| HSV | hsv(211, 61%, 56%) | — | |
| HWB | hwb(211 22% 44%) | color: hwb(211 22% 44%) | |
| OKLCH | oklch(0.4865 0.0868 251.51) | color: oklch(0.4865 0.0868 251.51) | |
| Lab | lab(40.51 -0.23 -29.2) | color: lab(40.51 -0.23 -29.2) | |
| LCH | lch(40.51 29.2 269.55) | color: lch(40.51 29.2 269.55) |
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)
#4A4B84 — rgb(74, 75, 132)
Deuteranopia (Green-blind)
#484582 — rgb(72, 69, 130)
Tritanopia (Blue-blind)
#3A7C7A — rgb(58, 124, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 44%, 39%);
text
color: hsl(211, 44%, 39%);
border
border: 2px solid hsl(211, 44%, 39%);
gradient light
background: linear-gradient(to right, hsl(211, 44%, 59%), hsl(211, 44%, 39%));
gradient dark
background: linear-gradient(to right, hsl(211, 44%, 39%), hsl(211, 44%, 19%))
hex
background-color: #38628F;
tailwind
bg-[hsl(211,44%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 44%, 39%, 0.4);
css variable
--color-primary: hsl(211, 44%, 39%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 44%, 39%)?
HEX: #38628F | RGB: rgb(56, 98, 143) | CMYK: 61%, 31%, 0%, 44% | HSV: 211°, 61%, 56%. Copy any format from the conversion table above.
What colors go well with #38628F?
The complementary color is HSL(31, 44%, 39%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 44%, 39%) in CSS?
As HSL: color: hsl(211, 44%, 39%); — As HEX: color: #38628F; — As RGB: color: rgb(56, 98, 143); — Tailwind CSS: bg-[hsl(211,44%,39%)] — CSS variable: --color-primary: hsl(211, 44%, 39%);