#89afdf
a light, vivid blue · cool · closest name: skyblue
RGB
137, 175, 223
HSL
214°, 57%, 71%
CMYK
39, 22, 0, 13
Luminance
0.4131
Every format
| HEX | #89afdf |
| RGB | rgb(137, 175, 223) |
| HSL | hsl(214, 57%, 71%) |
| CMYK | cmyk(39%, 22%, 0%, 13%) |
| LAB | lab(70.4 -0.9 -28.3) |
| LCH | lch(70.4 28.3 268.1) |
| OKLCH | oklch(0.744 0.081 254.6) |
Copy-ready code
/* CSS */
color: #89afdf;
background-color: #89afdf;
/* Tailwind (arbitrary) */
class="text-[#89afdf] bg-[#89afdf]"
/* SCSS */
$brand: #89afdf;
/* SwiftUI */
Color(red: 0.537, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#89afdf")Accessibility — WCAG contrast
Aa
#89afdf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89afdf on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green68.6%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#89afdf text on a black background
contrast 9.26:1
Card sample
#89afdf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89afdf;
Background color
Panel with #89afdf background
background-color: #89afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89afdf; background: linear-gradient(135deg, #89afdf, #9C89DF);