#a5ffe1
a light, electric cyan · cool · closest name: aquamarine
RGB
165, 255, 225
HSL
160°, 100%, 82%
CMYK
35, 0, 12, 0
Luminance
0.8496
Every format
| HEX | #a5ffe1 |
| RGB | rgb(165, 255, 225) |
| HSL | hsl(160, 100%, 82%) |
| CMYK | cmyk(35%, 0%, 12%, 0%) |
| LAB | lab(93.9 -33.3 5.8) |
| LCH | lch(93.9 33.9 170.1) |
| OKLCH | oklch(0.935 0.096 171.1) |
Copy-ready code
/* CSS */
color: #a5ffe1;
background-color: #a5ffe1;
/* Tailwind (arbitrary) */
class="text-[#a5ffe1] bg-[#a5ffe1]"
/* SCSS */
$brand: #a5ffe1;
/* SwiftUI */
Color(red: 0.647, green: 1.000, blue: 0.882)
/* Android */
Color.parseColor("#a5ffe1")Accessibility — WCAG contrast
Aa
#a5ffe1 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5ffe1 on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green100.0%
Blue88.2%
CMYK percentages
Cyan35.3%
Magenta0.0%
Yellow11.8%
Key (black)0.0%
Color previews
#a5ffe1 text on a black background
contrast 17.99:1
Card sample
#a5ffe1 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5ffe1;
Background color
Panel with #a5ffe1 background
background-color: #a5ffe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5ffe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 255, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 255, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5ffe1; background: linear-gradient(135deg, #a5ffe1, #A5E1FF);