#aaf8eb
a light, electric cyan · cool · closest name: turquoise
RGB
170, 248, 235
HSL
170°, 85%, 82%
CMYK
32, 0, 5, 3
Luminance
0.8168
Every format
| HEX | #aaf8eb |
| RGB | rgb(170, 248, 235) |
| HSL | hsl(170, 85%, 82%) |
| CMYK | cmyk(32%, 0%, 5%, 3%) |
| LAB | lab(92.4 -26.6 -1.4) |
| LCH | lch(92.4 26.6 183.0) |
| OKLCH | oklch(0.925 0.079 183.0) |
Copy-ready code
/* CSS */
color: #aaf8eb;
background-color: #aaf8eb;
/* Tailwind (arbitrary) */
class="text-[#aaf8eb] bg-[#aaf8eb]"
/* SCSS */
$brand: #aaf8eb;
/* SwiftUI */
Color(red: 0.667, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#aaf8eb")Accessibility — WCAG contrast
Aa
#aaf8eb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaf8eb on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green97.3%
Blue92.2%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow5.2%
Key (black)2.7%
Color previews
#aaf8eb text on a black background
contrast 17.34:1
Card sample
#aaf8eb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaf8eb;
Background color
Panel with #aaf8eb background
background-color: #aaf8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaf8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaf8eb; background: linear-gradient(135deg, #aaf8eb, #AAD1F8);