#aafdf3
a light, electric cyan · cool · closest name: turquoise
RGB
170, 253, 243
HSL
173°, 95%, 83%
CMYK
33, 0, 4, 1
Luminance
0.8527
Every format
| HEX | #aafdf3 |
| RGB | rgb(170, 253, 243) |
| HSL | hsl(173, 95%, 83%) |
| CMYK | cmyk(33%, 0%, 4%, 1%) |
| LAB | lab(94.0 -27.2 -3.2) |
| LCH | lch(94.0 27.4 186.8) |
| OKLCH | oklch(0.938 0.082 186.4) |
Copy-ready code
/* CSS */
color: #aafdf3;
background-color: #aafdf3;
/* Tailwind (arbitrary) */
class="text-[#aafdf3] bg-[#aafdf3]"
/* SCSS */
$brand: #aafdf3;
/* SwiftUI */
Color(red: 0.667, green: 0.992, blue: 0.953)
/* Android */
Color.parseColor("#aafdf3")Accessibility — WCAG contrast
Aa
#aafdf3 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aafdf3 on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green99.2%
Blue95.3%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow4.0%
Key (black)0.8%
Color previews
#aafdf3 text on a black background
contrast 18.05:1
Card sample
#aafdf3 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aafdf3;
Background color
Panel with #aafdf3 background
background-color: #aafdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aafdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 253, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 253, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aafdf3; background: linear-gradient(135deg, #aafdf3, #AAD0FD);