#99fafa
a light, electric cyan · cool · closest name: turquoise
RGB
153, 250, 250
HSL
180°, 91%, 79%
CMYK
39, 0, 0, 2
Luminance
0.8205
Every format
| HEX | #99fafa |
| RGB | rgb(153, 250, 250) |
| HSL | hsl(180, 91%, 79%) |
| CMYK | cmyk(39%, 0%, 0%, 2%) |
| LAB | lab(92.6 -28.5 -9.0) |
| LCH | lch(92.6 29.9 197.5) |
| OKLCH | oklch(0.925 0.092 195.7) |
Copy-ready code
/* CSS */
color: #99fafa;
background-color: #99fafa;
/* Tailwind (arbitrary) */
class="text-[#99fafa] bg-[#99fafa]"
/* SCSS */
$brand: #99fafa;
/* SwiftUI */
Color(red: 0.600, green: 0.980, blue: 0.980)
/* Android */
Color.parseColor("#99fafa")Accessibility — WCAG contrast
Aa
#99fafa on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99fafa on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green98.0%
Blue98.0%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow0.0%
Key (black)2.0%
Color previews
#99fafa text on a black background
contrast 17.41:1
Card sample
#99fafa text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99fafa;
Background color
Panel with #99fafa background
background-color: #99fafa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99fafa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 250, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 250, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99fafa; background: linear-gradient(135deg, #99fafa, #99B9FA);