#aaffee
a light, electric cyan · cool · closest name: aquamarine
RGB
170, 255, 238
HSL
168°, 100%, 83%
CMYK
33, 0, 7, 0
Luminance
0.8624
Every format
| HEX | #aaffee |
| RGB | rgb(170, 255, 238) |
| HSL | hsl(168, 100%, 83%) |
| CMYK | cmyk(33%, 0%, 7%, 0%) |
| LAB | lab(94.4 -29.2 -0.0) |
| LCH | lch(94.4 29.2 180.1) |
| OKLCH | oklch(0.941 0.086 180.4) |
Copy-ready code
/* CSS */
color: #aaffee;
background-color: #aaffee;
/* Tailwind (arbitrary) */
class="text-[#aaffee] bg-[#aaffee]"
/* SCSS */
$brand: #aaffee;
/* SwiftUI */
Color(red: 0.667, green: 1.000, blue: 0.933)
/* Android */
Color.parseColor("#aaffee")Accessibility — WCAG contrast
Aa
#aaffee on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaffee on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green100.0%
Blue93.3%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow6.7%
Key (black)0.0%
Color previews
#aaffee text on a black background
contrast 18.25:1
Card sample
#aaffee text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaffee;
Background color
Panel with #aaffee background
background-color: #aaffee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaffee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 255, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 255, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaffee; background: linear-gradient(135deg, #aaffee, #AAD7FF);