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