#89dcdf
a light, vivid cyan · cool · closest name: skyblue
RGB
137, 220, 223
HSL
182°, 57%, 71%
CMYK
39, 1, 0, 13
Luminance
0.6183
Every format
| HEX | #89dcdf |
| RGB | rgb(137, 220, 223) |
| HSL | hsl(182, 57%, 71%) |
| CMYK | cmyk(39%, 1%, 0%, 13%) |
| LAB | lab(82.8 -24.4 -9.4) |
| LCH | lch(82.8 26.2 201.1) |
| OKLCH | oklch(0.843 0.081 198.7) |
Copy-ready code
/* CSS */
color: #89dcdf;
background-color: #89dcdf;
/* Tailwind (arbitrary) */
class="text-[#89dcdf] bg-[#89dcdf]"
/* SCSS */
$brand: #89dcdf;
/* SwiftUI */
Color(red: 0.537, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#89dcdf")Accessibility — WCAG contrast
Aa
#89dcdf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89dcdf on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green86.3%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#89dcdf text on a black background
contrast 13.37:1
Card sample
#89dcdf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89dcdf;
Background color
Panel with #89dcdf background
background-color: #89dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89dcdf; background: linear-gradient(135deg, #89dcdf, #89A3DF);