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