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