#89fceb
a light, electric cyan · cool · closest name: turquoise
RGB
137, 252, 235
HSL
171°, 95%, 76%
CMYK
46, 0, 7, 1
Luminance
0.8094
Every format
| HEX | #89fceb |
| RGB | rgb(137, 252, 235) |
| HSL | hsl(171, 95%, 76%) |
| CMYK | cmyk(46%, 0%, 7%, 1%) |
| LAB | lab(92.1 -36.8 -2.0) |
| LCH | lch(92.1 36.8 183.2) |
| OKLCH | oklch(0.918 0.108 183.2) |
Copy-ready code
/* CSS */
color: #89fceb;
background-color: #89fceb;
/* Tailwind (arbitrary) */
class="text-[#89fceb] bg-[#89fceb]"
/* SCSS */
$brand: #89fceb;
/* SwiftUI */
Color(red: 0.537, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#89fceb")Accessibility — WCAG contrast
Aa
#89fceb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89fceb on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green98.8%
Blue92.2%
CMYK percentages
Cyan45.6%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#89fceb text on a black background
contrast 17.19:1
Card sample
#89fceb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89fceb;
Background color
Panel with #89fceb background
background-color: #89fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89fceb; background: linear-gradient(135deg, #89fceb, #89C0FC);