#89feee
a light, electric cyan · cool · closest name: turquoise
RGB
137, 254, 238
HSL
172°, 98%, 77%
CMYK
46, 0, 6, 0
Luminance
0.8238
Every format
| HEX | #89feee |
| RGB | rgb(137, 254, 238) |
| HSL | hsl(172, 98%, 77%) |
| CMYK | cmyk(46%, 0%, 6%, 0%) |
| LAB | lab(92.7 -37.0 -2.6) |
| LCH | lch(92.7 37.1 184.1) |
| OKLCH | oklch(0.924 0.110 184.0) |
Copy-ready code
/* CSS */
color: #89feee;
background-color: #89feee;
/* Tailwind (arbitrary) */
class="text-[#89feee] bg-[#89feee]"
/* SCSS */
$brand: #89feee;
/* SwiftUI */
Color(red: 0.537, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#89feee")Accessibility — WCAG contrast
Aa
#89feee on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89feee on black: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green99.6%
Blue93.3%
CMYK percentages
Cyan46.1%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#89feee text on a black background
contrast 17.48:1
Card sample
#89feee text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89feee;
Background color
Panel with #89feee background
background-color: #89feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89feee; background: linear-gradient(135deg, #89feee, #89C0FE);