HSL(209, 55%, 61%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(209,55%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(209, 55%, 61%) | color: hsl(209, 55%, 61%) | |
| HEX | #659DD2 | color: #659DD2 | |
| RGB | rgb(101, 157, 210) | color: rgb(101, 157, 210) | |
| CMYK | cmyk(52%, 25%, 0%, 18%) | — | |
| HSV | hsv(209, 52%, 82%) | — | |
| HWB | hwb(209 39% 18%) | color: hwb(209 39% 18%) | |
| OKLCH | oklch(0.6787 0.0986 248.17) | color: oklch(0.6787 0.0986 248.17) | |
| Lab | lab(62.95 -3.51 -32.72) | color: lab(62.95 -3.51 -32.72) | |
| LCH | lch(62.95 32.91 263.88) | color: lch(62.95 32.91 263.88) |
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)
#7D7EC5 — rgb(125, 126, 197)
Deuteranopia (Green-blind)
#7A76C2 — rgb(122, 118, 194)
Tritanopia (Blue-blind)
#68BBB9 — rgb(104, 187, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(209, 55%, 61%);
text
color: hsl(209, 55%, 61%);
border
border: 2px solid hsl(209, 55%, 61%);
gradient light
background: linear-gradient(to right, hsl(209, 55%, 81%), hsl(209, 55%, 61%));
gradient dark
background: linear-gradient(to right, hsl(209, 55%, 61%), hsl(209, 55%, 41%))
hex
background-color: #659DD2;
tailwind
bg-[hsl(209,55%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(209, 55%, 61%, 0.4);
css variable
--color-primary: hsl(209, 55%, 61%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(209, 55%, 61%)?
HEX: #659DD2 | RGB: rgb(101, 157, 210) | CMYK: 52%, 25%, 0%, 18% | HSV: 209°, 52%, 82%. Copy any format from the conversion table above.
What colors go well with #659DD2?
The complementary color is HSL(29, 55%, 61%). For a triadic harmony, use hues 209°, 329°, and 89°. For analogous combinations, try hues 179° and 239°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(209, 55%, 61%) in CSS?
As HSL: color: hsl(209, 55%, 61%); — As HEX: color: #659DD2; — As RGB: color: rgb(101, 157, 210); — Tailwind CSS: bg-[hsl(209,55%,61%)] — CSS variable: --color-primary: hsl(209, 55%, 61%);