#89cfdf
a light, vivid cyan · cool · closest name: skyblue
RGB
137, 207, 223
HSL
191°, 57%, 71%
CMYK
39, 7, 0, 13
Luminance
0.5527
Every format
| HEX | #89cfdf |
| RGB | rgb(137, 207, 223) |
| HSL | hsl(191, 57%, 71%) |
| CMYK | cmyk(39%, 7%, 0%, 13%) |
| LAB | lab(79.2 -17.9 -14.9) |
| LCH | lch(79.2 23.3 219.7) |
| OKLCH | oklch(0.814 0.074 213.7) |
Copy-ready code
/* CSS */
color: #89cfdf;
background-color: #89cfdf;
/* Tailwind (arbitrary) */
class="text-[#89cfdf] bg-[#89cfdf]"
/* SCSS */
$brand: #89cfdf;
/* SwiftUI */
Color(red: 0.537, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#89cfdf")Accessibility — WCAG contrast
Aa
#89cfdf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89cfdf on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green81.2%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#89cfdf text on a black background
contrast 12.05:1
Card sample
#89cfdf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89cfdf;
Background color
Panel with #89cfdf background
background-color: #89cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89cfdf; background: linear-gradient(135deg, #89cfdf, #8996DF);