#9ffaf3
a light, electric cyan · cool · closest name: turquoise
RGB
159, 250, 243
HSL
175°, 90%, 80%
CMYK
36, 0, 3, 2
Luminance
0.8221
Every format
| HEX | #9ffaf3 |
| RGB | rgb(159, 250, 243) |
| HSL | hsl(175, 90%, 80%) |
| CMYK | cmyk(36%, 0%, 3%, 2%) |
| LAB | lab(92.7 -28.7 -5.2) |
| LCH | lch(92.7 29.1 190.4) |
| OKLCH | oklch(0.926 0.088 189.5) |
Copy-ready code
/* CSS */
color: #9ffaf3;
background-color: #9ffaf3;
/* Tailwind (arbitrary) */
class="text-[#9ffaf3] bg-[#9ffaf3]"
/* SCSS */
$brand: #9ffaf3;
/* SwiftUI */
Color(red: 0.624, green: 0.980, blue: 0.953)
/* Android */
Color.parseColor("#9ffaf3")Accessibility — WCAG contrast
Aa
#9ffaf3 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ffaf3 on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green98.0%
Blue95.3%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow2.8%
Key (black)2.0%
Color previews
#9ffaf3 text on a black background
contrast 17.44:1
Card sample
#9ffaf3 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ffaf3;
Background color
Panel with #9ffaf3 background
background-color: #9ffaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ffaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 250, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 250, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ffaf3; background: linear-gradient(135deg, #9ffaf3, #9FC4FA);