#aafdec
a light, electric cyan · cool · closest name: aquamarine
RGB
170, 253, 236
HSL
168°, 95%, 83%
CMYK
33, 0, 7, 1
Luminance
0.8485
Every format
| HEX | #aafdec |
| RGB | rgb(170, 253, 236) |
| HSL | hsl(168, 95%, 83%) |
| CMYK | cmyk(33%, 0%, 7%, 1%) |
| LAB | lab(93.8 -28.7 0.1) |
| LCH | lch(93.8 28.7 179.7) |
| OKLCH | oklch(0.936 0.084 180.1) |
Copy-ready code
/* CSS */
color: #aafdec;
background-color: #aafdec;
/* Tailwind (arbitrary) */
class="text-[#aafdec] bg-[#aafdec]"
/* SCSS */
$brand: #aafdec;
/* SwiftUI */
Color(red: 0.667, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#aafdec")Accessibility — WCAG contrast
Aa
#aafdec on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aafdec on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green99.2%
Blue92.5%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#aafdec text on a black background
contrast 17.97:1
Card sample
#aafdec text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aafdec;
Background color
Panel with #aafdec background
background-color: #aafdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aafdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aafdec; background: linear-gradient(135deg, #aafdec, #AAD7FD);