#89c4cf
a light, soft cyan · cool · closest name: skyblue
RGB
137, 196, 207
HSL
189°, 42%, 68%
CMYK
34, 5, 0, 19
Luminance
0.4930
Every format
| HEX | #89c4cf |
| RGB | rgb(137, 196, 207) |
| HSL | hsl(189, 42%, 68%) |
| CMYK | cmyk(34%, 5%, 0%, 19%) |
| LAB | lab(75.6 -16.2 -11.6) |
| LCH | lch(75.6 19.9 215.5) |
| OKLCH | oklch(0.784 0.063 210.4) |
Copy-ready code
/* CSS */
color: #89c4cf;
background-color: #89c4cf;
/* Tailwind (arbitrary) */
class="text-[#89c4cf] bg-[#89c4cf]"
/* SCSS */
$brand: #89c4cf;
/* SwiftUI */
Color(red: 0.537, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#89c4cf")Accessibility — WCAG contrast
Aa
#89c4cf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89c4cf on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green76.9%
Blue81.2%
CMYK percentages
Cyan33.8%
Magenta5.3%
Yellow0.0%
Key (black)18.8%
Color previews
#89c4cf text on a black background
contrast 10.86:1
Card sample
#89c4cf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89c4cf;
Background color
Panel with #89c4cf background
background-color: #89c4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89c4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89c4cf; background: linear-gradient(135deg, #89c4cf, #8996CF);