#aafff6
a light, electric cyan · cool · closest name: turquoise
RGB
170, 255, 246
HSL
174°, 100%, 83%
CMYK
33, 0, 4, 0
Luminance
0.8672
Every format
| HEX | #aafff6 |
| RGB | rgb(170, 255, 246) |
| HSL | hsl(174, 100%, 83%) |
| CMYK | cmyk(33%, 0%, 4%, 0%) |
| LAB | lab(94.6 -27.5 -3.9) |
| LCH | lch(94.6 27.8 188.0) |
| OKLCH | oklch(0.943 0.083 187.5) |
Copy-ready code
/* CSS */
color: #aafff6;
background-color: #aafff6;
/* Tailwind (arbitrary) */
class="text-[#aafff6] bg-[#aafff6]"
/* SCSS */
$brand: #aafff6;
/* SwiftUI */
Color(red: 0.667, green: 1.000, blue: 0.965)
/* Android */
Color.parseColor("#aafff6")Accessibility — WCAG contrast
Aa
#aafff6 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aafff6 on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green100.0%
Blue96.5%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow3.5%
Key (black)0.0%
Color previews
#aafff6 text on a black background
contrast 18.34:1
Card sample
#aafff6 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aafff6;
Background color
Panel with #aafff6 background
background-color: #aafff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aafff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 255, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 255, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aafff6; background: linear-gradient(135deg, #aafff6, #AACFFF);