#89cdcf
a light, soft cyan · cool · closest name: skyblue
RGB
137, 205, 207
HSL
182°, 42%, 68%
CMYK
34, 1, 0, 19
Luminance
0.5349
Every format
| HEX | #89cdcf |
| RGB | rgb(137, 205, 207) |
| HSL | hsl(182, 42%, 68%) |
| CMYK | cmyk(34%, 1%, 0%, 19%) |
| LAB | lab(78.2 -20.8 -7.8) |
| LCH | lch(78.2 22.2 200.6) |
| OKLCH | oklch(0.804 0.069 198.2) |
Copy-ready code
/* CSS */
color: #89cdcf;
background-color: #89cdcf;
/* Tailwind (arbitrary) */
class="text-[#89cdcf] bg-[#89cdcf]"
/* SCSS */
$brand: #89cdcf;
/* SwiftUI */
Color(red: 0.537, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#89cdcf")Accessibility — WCAG contrast
Aa
#89cdcf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89cdcf on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green80.4%
Blue81.2%
CMYK percentages
Cyan33.8%
Magenta1.0%
Yellow0.0%
Key (black)18.8%
Color previews
#89cdcf text on a black background
contrast 11.70:1
Card sample
#89cdcf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89cdcf;
Background color
Panel with #89cdcf background
background-color: #89cdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89cdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89cdcf; background: linear-gradient(135deg, #89cdcf, #899ECF);