#99fdec
a light, electric cyan · cool · closest name: turquoise
RGB
153, 253, 236
HSL
170°, 96%, 80%
CMYK
40, 0, 7, 1
Luminance
0.8308
Every format
| HEX | #99fdec |
| RGB | rgb(153, 253, 236) |
| HSL | hsl(170, 96%, 80%) |
| CMYK | cmyk(40%, 0%, 7%, 1%) |
| LAB | lab(93.0 -33.2 -1.1) |
| LCH | lch(93.0 33.2 181.9) |
| OKLCH | oklch(0.928 0.098 182.0) |
Copy-ready code
/* CSS */
color: #99fdec;
background-color: #99fdec;
/* Tailwind (arbitrary) */
class="text-[#99fdec] bg-[#99fdec]"
/* SCSS */
$brand: #99fdec;
/* SwiftUI */
Color(red: 0.600, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#99fdec")Accessibility — WCAG contrast
Aa
#99fdec on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99fdec on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green99.2%
Blue92.5%
CMYK percentages
Cyan39.5%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#99fdec text on a black background
contrast 17.62:1
Card sample
#99fdec text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99fdec;
Background color
Panel with #99fdec background
background-color: #99fdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99fdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99fdec; background: linear-gradient(135deg, #99fdec, #99CBFD);