#a5fff0
a light, electric cyan · cool · closest name: aquamarine
RGB
165, 255, 240
HSL
170°, 100%, 82%
CMYK
35, 0, 6, 0
Luminance
0.8581
Every format
| HEX | #a5fff0 |
| RGB | rgb(165, 255, 240) |
| HSL | hsl(170, 100%, 82%) |
| CMYK | cmyk(35%, 0%, 6%, 0%) |
| LAB | lab(94.2 -30.1 -1.4) |
| LCH | lch(94.2 30.2 182.6) |
| OKLCH | oklch(0.939 0.089 182.7) |
Copy-ready code
/* CSS */
color: #a5fff0;
background-color: #a5fff0;
/* Tailwind (arbitrary) */
class="text-[#a5fff0] bg-[#a5fff0]"
/* SCSS */
$brand: #a5fff0;
/* SwiftUI */
Color(red: 0.647, green: 1.000, blue: 0.941)
/* Android */
Color.parseColor("#a5fff0")Accessibility — WCAG contrast
Aa
#a5fff0 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5fff0 on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green100.0%
Blue94.1%
CMYK percentages
Cyan35.3%
Magenta0.0%
Yellow5.9%
Key (black)0.0%
Color previews
#a5fff0 text on a black background
contrast 18.16:1
Card sample
#a5fff0 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5fff0;
Background color
Panel with #a5fff0 background
background-color: #a5fff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5fff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 255, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 255, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5fff0; background: linear-gradient(135deg, #a5fff0, #A5D2FF);