#89dbf9
a light, electric cyan · cool · closest name: skyblue
RGB
137, 219, 249
HSL
196°, 90%, 76%
CMYK
45, 12, 0, 2
Luminance
0.6282
Every format
| HEX | #89dbf9 |
| RGB | rgb(137, 219, 249) |
| HSL | hsl(196, 90%, 76%) |
| CMYK | cmyk(45%, 12%, 0%, 2%) |
| LAB | lab(83.3 -17.3 -22.4) |
| LCH | lch(83.3 28.4 232.3) |
| OKLCH | oklch(0.850 0.090 223.4) |
Copy-ready code
/* CSS */
color: #89dbf9;
background-color: #89dbf9;
/* Tailwind (arbitrary) */
class="text-[#89dbf9] bg-[#89dbf9]"
/* SCSS */
$brand: #89dbf9;
/* SwiftUI */
Color(red: 0.537, green: 0.859, blue: 0.976)
/* Android */
Color.parseColor("#89dbf9")Accessibility — WCAG contrast
Aa
#89dbf9 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89dbf9 on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green85.9%
Blue97.6%
CMYK percentages
Cyan45.0%
Magenta12.0%
Yellow0.0%
Key (black)2.4%
Color previews
#89dbf9 text on a black background
contrast 13.56:1
Card sample
#89dbf9 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89dbf9;
Background color
Panel with #89dbf9 background
background-color: #89dbf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89dbf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 219, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 219, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89dbf9; background: linear-gradient(135deg, #89dbf9, #8990F9);