#99ffeb
a light, electric cyan · cool · closest name: aquamarine
RGB
153, 255, 235
HSL
168°, 100%, 80%
CMYK
40, 0, 8, 0
Luminance
0.8429
Every format
| HEX | #99ffeb |
| RGB | rgb(153, 255, 235) |
| HSL | hsl(168, 100%, 80%) |
| CMYK | cmyk(40%, 0%, 8%, 0%) |
| LAB | lab(93.6 -34.3 0.2) |
| LCH | lch(93.6 34.3 179.7) |
| OKLCH | oklch(0.932 0.100 180.0) |
Copy-ready code
/* CSS */
color: #99ffeb;
background-color: #99ffeb;
/* Tailwind (arbitrary) */
class="text-[#99ffeb] bg-[#99ffeb]"
/* SCSS */
$brand: #99ffeb;
/* SwiftUI */
Color(red: 0.600, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#99ffeb")Accessibility — WCAG contrast
Aa
#99ffeb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99ffeb on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green100.0%
Blue92.2%
CMYK percentages
Cyan40.0%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#99ffeb text on a black background
contrast 17.86:1
Card sample
#99ffeb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99ffeb;
Background color
Panel with #99ffeb background
background-color: #99ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99ffeb; background: linear-gradient(135deg, #99ffeb, #99CFFF);