#89d2cf
a light, soft cyan · cool · closest name: skyblue
RGB
137, 210, 207
HSL
178°, 45%, 68%
CMYK
35, 0, 1, 18
Luminance
0.5592
Every format
| HEX | #89d2cf |
| RGB | rgb(137, 210, 207) |
| HSL | hsl(178, 45%, 68%) |
| CMYK | cmyk(35%, 0%, 1%, 18%) |
| LAB | lab(79.6 -23.3 -5.7) |
| LCH | lch(79.6 24.0 193.8) |
| OKLCH | oklch(0.815 0.073 192.5) |
Copy-ready code
/* CSS */
color: #89d2cf;
background-color: #89d2cf;
/* Tailwind (arbitrary) */
class="text-[#89d2cf] bg-[#89d2cf]"
/* SCSS */
$brand: #89d2cf;
/* SwiftUI */
Color(red: 0.537, green: 0.824, blue: 0.812)
/* Android */
Color.parseColor("#89d2cf")Accessibility — WCAG contrast
Aa
#89d2cf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89d2cf on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green82.4%
Blue81.2%
CMYK percentages
Cyan34.8%
Magenta0.0%
Yellow1.4%
Key (black)17.6%
Color previews
#89d2cf text on a black background
contrast 12.18:1
Card sample
#89d2cf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89d2cf;
Background color
Panel with #89d2cf background
background-color: #89d2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89d2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 210, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 210, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89d2cf; background: linear-gradient(135deg, #89d2cf, #89A4D2);