#89c2cc
a light, soft cyan · cool · closest name: skyblue
RGB
137, 194, 204
HSL
189°, 40%, 67%
CMYK
33, 5, 0, 20
Luminance
0.4826
Every format
| HEX | #89c2cc |
| RGB | rgb(137, 194, 204) |
| HSL | hsl(189, 40%, 67%) |
| CMYK | cmyk(33%, 5%, 0%, 20%) |
| LAB | lab(75.0 -15.9 -10.9) |
| LCH | lch(75.0 19.3 214.4) |
| OKLCH | oklch(0.778 0.060 209.6) |
Copy-ready code
/* CSS */
color: #89c2cc;
background-color: #89c2cc;
/* Tailwind (arbitrary) */
class="text-[#89c2cc] bg-[#89c2cc]"
/* SCSS */
$brand: #89c2cc;
/* SwiftUI */
Color(red: 0.537, green: 0.761, blue: 0.800)
/* Android */
Color.parseColor("#89c2cc")Accessibility — WCAG contrast
Aa
#89c2cc on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89c2cc on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green76.1%
Blue80.0%
CMYK percentages
Cyan32.8%
Magenta4.9%
Yellow0.0%
Key (black)20.0%
Color previews
#89c2cc text on a black background
contrast 10.65:1
Card sample
#89c2cc text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89c2cc;
Background color
Panel with #89c2cc background
background-color: #89c2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89c2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 194, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 194, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89c2cc; background: linear-gradient(135deg, #89c2cc, #8995CC);