#a9fceb
a light, electric cyan · cool · closest name: aquamarine
RGB
169, 252, 235
HSL
168°, 93%, 83%
CMYK
33, 0, 7, 1
Luminance
0.8405
Every format
| HEX | #a9fceb |
| RGB | rgb(169, 252, 235) |
| HSL | hsl(168, 93%, 83%) |
| CMYK | cmyk(33%, 0%, 7%, 1%) |
| LAB | lab(93.5 -28.7 0.1) |
| LCH | lch(93.5 28.7 179.7) |
| OKLCH | oklch(0.933 0.084 180.1) |
Copy-ready code
/* CSS */
color: #a9fceb;
background-color: #a9fceb;
/* Tailwind (arbitrary) */
class="text-[#a9fceb] bg-[#a9fceb]"
/* SCSS */
$brand: #a9fceb;
/* SwiftUI */
Color(red: 0.663, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#a9fceb")Accessibility — WCAG contrast
Aa
#a9fceb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9fceb on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green98.8%
Blue92.2%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#a9fceb text on a black background
contrast 17.81:1
Card sample
#a9fceb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9fceb;
Background color
Panel with #a9fceb background
background-color: #a9fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9fceb; background: linear-gradient(135deg, #a9fceb, #A9D6FC);