#89c2cf
a light, soft cyan · cool · closest name: skyblue
RGB
137, 194, 207
HSL
191°, 42%, 68%
CMYK
34, 6, 0, 19
Luminance
0.4841
Every format
| HEX | #89c2cf |
| RGB | rgb(137, 194, 207) |
| HSL | hsl(191, 42%, 68%) |
| CMYK | cmyk(34%, 6%, 0%, 19%) |
| LAB | lab(75.1 -15.2 -12.4) |
| LCH | lch(75.1 19.6 219.2) |
| OKLCH | oklch(0.779 0.062 213.4) |
Copy-ready code
/* CSS */
color: #89c2cf;
background-color: #89c2cf;
/* Tailwind (arbitrary) */
class="text-[#89c2cf] bg-[#89c2cf]"
/* SCSS */
$brand: #89c2cf;
/* SwiftUI */
Color(red: 0.537, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#89c2cf")Accessibility — WCAG contrast
Aa
#89c2cf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89c2cf on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green76.1%
Blue81.2%
CMYK percentages
Cyan33.8%
Magenta6.3%
Yellow0.0%
Key (black)18.8%
Color previews
#89c2cf text on a black background
contrast 10.68:1
Card sample
#89c2cf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89c2cf;
Background color
Panel with #89c2cf background
background-color: #89c2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89c2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89c2cf; background: linear-gradient(135deg, #89c2cf, #8994CF);