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