#89eeeb
a light, vivid cyan · cool · closest name: turquoise
RGB
137, 238, 235
HSL
178°, 75%, 74%
CMYK
42, 0, 1, 7
Luminance
0.7247
Every format
| HEX | #89eeeb |
| RGB | rgb(137, 238, 235) |
| HSL | hsl(178, 75%, 74%) |
| CMYK | cmyk(42%, 0%, 1%, 7%) |
| LAB | lab(88.2 -30.2 -7.8) |
| LCH | lch(88.2 31.2 194.5) |
| OKLCH | oklch(0.887 0.095 193.1) |
Copy-ready code
/* CSS */
color: #89eeeb;
background-color: #89eeeb;
/* Tailwind (arbitrary) */
class="text-[#89eeeb] bg-[#89eeeb]"
/* SCSS */
$brand: #89eeeb;
/* SwiftUI */
Color(red: 0.537, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#89eeeb")Accessibility — WCAG contrast
Aa
#89eeeb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89eeeb on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green93.3%
Blue92.2%
CMYK percentages
Cyan42.4%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#89eeeb text on a black background
contrast 15.49:1
Card sample
#89eeeb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89eeeb;
Background color
Panel with #89eeeb background
background-color: #89eeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89eeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89eeeb; background: linear-gradient(135deg, #89eeeb, #89AEEE);