#89cfcc
a light, soft cyan · cool · closest name: skyblue
RGB
137, 207, 204
HSL
177°, 42%, 68%
CMYK
34, 0, 1, 19
Luminance
0.5430
Every format
| HEX | #89cfcc |
| RGB | rgb(137, 207, 204) |
| HSL | hsl(177, 42%, 68%) |
| CMYK | cmyk(34%, 0%, 1%, 19%) |
| LAB | lab(78.6 -22.5 -5.5) |
| LCH | lch(78.6 23.2 193.7) |
| OKLCH | oklch(0.807 0.070 192.4) |
Copy-ready code
/* CSS */
color: #89cfcc;
background-color: #89cfcc;
/* Tailwind (arbitrary) */
class="text-[#89cfcc] bg-[#89cfcc]"
/* SCSS */
$brand: #89cfcc;
/* SwiftUI */
Color(red: 0.537, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#89cfcc")Accessibility — WCAG contrast
Aa
#89cfcc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89cfcc on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green81.2%
Blue80.0%
CMYK percentages
Cyan33.8%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#89cfcc text on a black background
contrast 11.86:1
Card sample
#89cfcc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89cfcc;
Background color
Panel with #89cfcc background
background-color: #89cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89cfcc; background: linear-gradient(135deg, #89cfcc, #89A3CF);