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