#aaf5eb
a light, electric cyan · cool · closest name: turquoise
RGB
170, 245, 235
HSL
172°, 79%, 81%
CMYK
31, 0, 4, 4
Luminance
0.7985
Every format
| HEX | #aaf5eb |
| RGB | rgb(170, 245, 235) |
| HSL | hsl(172, 79%, 81%) |
| CMYK | cmyk(31%, 0%, 4%, 4%) |
| LAB | lab(91.6 -25.1 -2.6) |
| LCH | lch(91.6 25.2 185.9) |
| OKLCH | oklch(0.918 0.075 185.6) |
Copy-ready code
/* CSS */
color: #aaf5eb;
background-color: #aaf5eb;
/* Tailwind (arbitrary) */
class="text-[#aaf5eb] bg-[#aaf5eb]"
/* SCSS */
$brand: #aaf5eb;
/* SwiftUI */
Color(red: 0.667, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#aaf5eb")Accessibility — WCAG contrast
Aa
#aaf5eb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaf5eb on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green96.1%
Blue92.2%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#aaf5eb text on a black background
contrast 16.97:1
Card sample
#aaf5eb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaf5eb;
Background color
Panel with #aaf5eb background
background-color: #aaf5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaf5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaf5eb; background: linear-gradient(135deg, #aaf5eb, #AACDF5);