#99feee
a light, electric cyan · cool · closest name: turquoise
RGB
153, 254, 238
HSL
171°, 98%, 80%
CMYK
40, 0, 6, 0
Luminance
0.8383
Every format
| HEX | #99feee |
| RGB | rgb(153, 254, 238) |
| HSL | hsl(171, 98%, 80%) |
| CMYK | cmyk(40%, 0%, 6%, 0%) |
| LAB | lab(93.4 -33.2 -1.6) |
| LCH | lch(93.4 33.2 182.8) |
| OKLCH | oklch(0.931 0.098 182.9) |
Copy-ready code
/* CSS */
color: #99feee;
background-color: #99feee;
/* Tailwind (arbitrary) */
class="text-[#99feee] bg-[#99feee]"
/* SCSS */
$brand: #99feee;
/* SwiftUI */
Color(red: 0.600, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#99feee")Accessibility — WCAG contrast
Aa
#99feee on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99feee on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green99.6%
Blue93.3%
CMYK percentages
Cyan39.8%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#99feee text on a black background
contrast 17.77:1
Card sample
#99feee text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99feee;
Background color
Panel with #99feee background
background-color: #99feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99feee; background: linear-gradient(135deg, #99feee, #99CBFE);