#99e0e0
a light, vivid cyan · cool · closest name: skyblue
RGB
153, 224, 224
HSL
180°, 53%, 74%
CMYK
32, 0, 0, 12
Luminance
0.6547
Every format
| HEX | #99e0e0 |
| RGB | rgb(153, 224, 224) |
| HSL | hsl(180, 53%, 74%) |
| CMYK | cmyk(32%, 0%, 0%, 12%) |
| LAB | lab(84.7 -22.0 -7.1) |
| LCH | lch(84.7 23.1 197.8) |
| OKLCH | oklch(0.860 0.071 195.9) |
Copy-ready code
/* CSS */
color: #99e0e0;
background-color: #99e0e0;
/* Tailwind (arbitrary) */
class="text-[#99e0e0] bg-[#99e0e0]"
/* SCSS */
$brand: #99e0e0;
/* SwiftUI */
Color(red: 0.600, green: 0.878, blue: 0.878)
/* Android */
Color.parseColor("#99e0e0")Accessibility — WCAG contrast
Aa
#99e0e0 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99e0e0 on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green87.8%
Blue87.8%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow0.0%
Key (black)12.2%
Color previews
#99e0e0 text on a black background
contrast 14.09:1
Card sample
#99e0e0 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99e0e0;
Background color
Panel with #99e0e0 background
background-color: #99e0e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99e0e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 224, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 224, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99e0e0; background: linear-gradient(135deg, #99e0e0, #99B1E0);