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