#89cffc
a light, electric blue · cool · closest name: skyblue
RGB
137, 207, 252
HSL
204°, 95%, 76%
CMYK
46, 18, 0, 1
Luminance
0.5697
Every format
| HEX | #89cffc |
| RGB | rgb(137, 207, 252) |
| HSL | hsl(204, 95%, 76%) |
| CMYK | cmyk(46%, 18%, 0%, 1%) |
| LAB | lab(80.2 -10.3 -28.9) |
| LCH | lch(80.2 30.7 250.3) |
| OKLCH | oklch(0.825 0.095 237.7) |
Copy-ready code
/* CSS */
color: #89cffc;
background-color: #89cffc;
/* Tailwind (arbitrary) */
class="text-[#89cffc] bg-[#89cffc]"
/* SCSS */
$brand: #89cffc;
/* SwiftUI */
Color(red: 0.537, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#89cffc")Accessibility — WCAG contrast
Aa
#89cffc on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89cffc on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green81.2%
Blue98.8%
CMYK percentages
Cyan45.6%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#89cffc text on a black background
contrast 12.39:1
Card sample
#89cffc text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89cffc;
Background color
Panel with #89cffc background
background-color: #89cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89cffc; background: linear-gradient(135deg, #89cffc, #9089FC);