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