HSL(196, 45%, 68%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(196,45%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(196, 45%, 68%) | color: hsl(196, 45%, 68%) | |
| HEX | #89BFD2 | color: #89BFD2 | |
| RGB | rgb(137, 191, 210) | color: rgb(137, 191, 210) | |
| CMYK | cmyk(35%, 9%, 0%, 18%) | — | |
| HSV | hsv(196, 35%, 82%) | — | |
| HWB | hwb(196 53% 18%) | color: hwb(196 53% 18%) | |
| OKLCH | oklch(0.7737 0.0623 221.77) | color: oklch(0.7737 0.0623 221.77) | |
| Lab | lab(74.34 -12.9 -15.15) | color: lab(74.34 -12.9 -15.15) | |
| LCH | lch(74.34 19.9 229.59) | color: lch(74.34 19.9 229.59) |
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)
#A0A1CD — rgb(160, 161, 205)
Deuteranopia (Green-blind)
#9D99CC — rgb(157, 153, 204)
Tritanopia (Blue-blind)
#8CCAC9 — rgb(140, 202, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(196, 45%, 68%);
text
color: hsl(196, 45%, 68%);
border
border: 2px solid hsl(196, 45%, 68%);
gradient light
background: linear-gradient(to right, hsl(196, 45%, 88%), hsl(196, 45%, 68%));
gradient dark
background: linear-gradient(to right, hsl(196, 45%, 68%), hsl(196, 45%, 48%))
hex
background-color: #89BFD2;
tailwind
bg-[hsl(196,45%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(196, 45%, 68%, 0.4);
css variable
--color-primary: hsl(196, 45%, 68%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(196, 45%, 68%)?
HEX: #89BFD2 | RGB: rgb(137, 191, 210) | CMYK: 35%, 9%, 0%, 18% | HSV: 196°, 35%, 82%. Copy any format from the conversion table above.
What colors go well with #89BFD2?
The complementary color is HSL(16, 45%, 68%). For a triadic harmony, use hues 196°, 316°, and 76°. For analogous combinations, try hues 166° and 226°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(196, 45%, 68%) in CSS?
As HSL: color: hsl(196, 45%, 68%); — As HEX: color: #89BFD2; — As RGB: color: rgb(137, 191, 210); — Tailwind CSS: bg-[hsl(196,45%,68%)] — CSS variable: --color-primary: hsl(196, 45%, 68%);