#a9fff3
a light, electric cyan · cool · closest name: turquoise
RGB
169, 255, 243
HSL
172°, 100%, 83%
CMYK
34, 0, 5, 0
Luminance
0.8643
Every format
| HEX | #a9fff3 |
| RGB | rgb(169, 255, 243) |
| HSL | hsl(172, 100%, 83%) |
| CMYK | cmyk(34%, 0%, 5%, 0%) |
| LAB | lab(94.5 -28.4 -2.5) |
| LCH | lch(94.5 28.5 185.0) |
| OKLCH | oklch(0.942 0.085 184.8) |
Copy-ready code
/* CSS */
color: #a9fff3;
background-color: #a9fff3;
/* Tailwind (arbitrary) */
class="text-[#a9fff3] bg-[#a9fff3]"
/* SCSS */
$brand: #a9fff3;
/* SwiftUI */
Color(red: 0.663, green: 1.000, blue: 0.953)
/* Android */
Color.parseColor("#a9fff3")Accessibility — WCAG contrast
Aa
#a9fff3 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9fff3 on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green100.0%
Blue95.3%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow4.7%
Key (black)0.0%
Color previews
#a9fff3 text on a black background
contrast 18.29:1
Card sample
#a9fff3 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9fff3;
Background color
Panel with #a9fff3 background
background-color: #a9fff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9fff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 255, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 255, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9fff3; background: linear-gradient(135deg, #a9fff3, #A9D2FF);