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