#89cdd2
a light, soft cyan · cool · closest name: skyblue
RGB
137, 205, 210
HSL
184°, 45%, 68%
CMYK
35, 2, 0, 18
Luminance
0.5363
Every format
| HEX | #89cdd2 |
| RGB | rgb(137, 205, 210) |
| HSL | hsl(184, 45%, 68%) |
| CMYK | cmyk(35%, 2%, 0%, 18%) |
| LAB | lab(78.3 -20.1 -9.3) |
| LCH | lch(78.3 22.1 204.8) |
| OKLCH | oklch(0.805 0.069 201.7) |
Copy-ready code
/* CSS */
color: #89cdd2;
background-color: #89cdd2;
/* Tailwind (arbitrary) */
class="text-[#89cdd2] bg-[#89cdd2]"
/* SCSS */
$brand: #89cdd2;
/* SwiftUI */
Color(red: 0.537, green: 0.804, blue: 0.824)
/* Android */
Color.parseColor("#89cdd2")Accessibility — WCAG contrast
Aa
#89cdd2 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89cdd2 on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green80.4%
Blue82.4%
CMYK percentages
Cyan34.8%
Magenta2.4%
Yellow0.0%
Key (black)17.6%
Color previews
#89cdd2 text on a black background
contrast 11.73:1
Card sample
#89cdd2 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89cdd2;
Background color
Panel with #89cdd2 background
background-color: #89cdd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89cdd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 205, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 205, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89cdd2; background: linear-gradient(135deg, #89cdd2, #899CD2);