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