HSL(211, 38%, 55%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,38%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 38%, 55%) | color: hsl(211, 38%, 55%) | |
| HEX | #618BB8 | color: #618BB8 | |
| RGB | rgb(97, 139, 184) | color: rgb(97, 139, 184) | |
| CMYK | cmyk(47%, 24%, 0%, 28%) | — | |
| HSV | hsv(211, 47%, 72%) | — | |
| HWB | hwb(211 38% 28%) | color: hwb(211 38% 28%) | |
| OKLCH | oklch(0.6242 0.0827 250.91) | color: oklch(0.6242 0.0827 250.91) | |
| Lab | lab(56.55 -2 -28.03) | color: lab(56.55 -2 -28.03) | |
| LCH | lch(56.55 28.1 265.92) | color: lch(56.55 28.1 265.92) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#7374AD — rgb(115, 116, 173)
Deuteranopia (Green-blind)
#716EAB — rgb(113, 110, 171)
Tritanopia (Blue-blind)
#63A5A3 — rgb(99, 165, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 38%, 55%);
text
color: hsl(211, 38%, 55%);
border
border: 2px solid hsl(211, 38%, 55%);
gradient light
background: linear-gradient(to right, hsl(211, 38%, 75%), hsl(211, 38%, 55%));
gradient dark
background: linear-gradient(to right, hsl(211, 38%, 55%), hsl(211, 38%, 35%))
hex
background-color: #618BB8;
tailwind
bg-[hsl(211,38%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 38%, 55%, 0.4);
css variable
--color-primary: hsl(211, 38%, 55%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 38%, 55%)?
HEX: #618BB8 | RGB: rgb(97, 139, 184) | CMYK: 47%, 24%, 0%, 28% | HSV: 211°, 47%, 72%. Copy any format from the conversion table above.
What colors go well with #618BB8?
The complementary color is HSL(31, 38%, 55%). 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, 38%, 55%) in CSS?
As HSL: color: hsl(211, 38%, 55%); — As HEX: color: #618BB8; — As RGB: color: rgb(97, 139, 184); — Tailwind CSS: bg-[hsl(211,38%,55%)] — CSS variable: --color-primary: hsl(211, 38%, 55%);