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