#a8fac1
a light, electric green · cool · closest name: aquamarine
RGB
168, 250, 193
HSL
138°, 89%, 82%
CMYK
33, 0, 23, 2
Luminance
0.8055
Every format
| HEX | #a8fac1 |
| RGB | rgb(168, 250, 193) |
| HSL | hsl(138, 89%, 82%) |
| CMYK | cmyk(33%, 0%, 23%, 2%) |
| LAB | lab(91.9 -36.4 19.6) |
| LCH | lch(91.9 41.3 151.7) |
| OKLCH | oklch(0.917 0.112 153.4) |
Copy-ready code
/* CSS */
color: #a8fac1;
background-color: #a8fac1;
/* Tailwind (arbitrary) */
class="text-[#a8fac1] bg-[#a8fac1]"
/* SCSS */
$brand: #a8fac1;
/* SwiftUI */
Color(red: 0.659, green: 0.980, blue: 0.757)
/* Android */
Color.parseColor("#a8fac1")Accessibility — WCAG contrast
Aa
#a8fac1 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8fac1 on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green98.0%
Blue75.7%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow22.8%
Key (black)2.0%
Color previews
#a8fac1 text on a black background
contrast 17.11:1
Card sample
#a8fac1 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8fac1;
Background color
Panel with #a8fac1 background
background-color: #a8fac1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8fac1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 250, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 250, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8fac1; background: linear-gradient(135deg, #a8fac1, #A8FAF8);