#aaeee3
a light, vivid cyan · cool · closest name: turquoise
RGB
170, 238, 227
HSL
170°, 67%, 80%
CMYK
29, 0, 5, 7
Luminance
0.7524
Every format
| HEX | #aaeee3 |
| RGB | rgb(170, 238, 227) |
| HSL | hsl(170, 67%, 80%) |
| CMYK | cmyk(29%, 0%, 5%, 7%) |
| LAB | lab(89.5 -23.4 -1.5) |
| LCH | lch(89.5 23.5 183.7) |
| OKLCH | oklch(0.901 0.070 183.6) |
Copy-ready code
/* CSS */
color: #aaeee3;
background-color: #aaeee3;
/* Tailwind (arbitrary) */
class="text-[#aaeee3] bg-[#aaeee3]"
/* SCSS */
$brand: #aaeee3;
/* SwiftUI */
Color(red: 0.667, green: 0.933, blue: 0.890)
/* Android */
Color.parseColor("#aaeee3")Accessibility — WCAG contrast
Aa
#aaeee3 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaeee3 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green93.3%
Blue89.0%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow4.6%
Key (black)6.7%
Color previews
#aaeee3 text on a black background
contrast 16.05:1
Card sample
#aaeee3 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaeee3;
Background color
Panel with #aaeee3 background
background-color: #aaeee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaeee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 238, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 238, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaeee3; background: linear-gradient(135deg, #aaeee3, #AACCEE);