#a8f8db
a light, electric green · cool · closest name: aquamarine
RGB
168, 248, 219
HSL
158°, 85%, 82%
CMYK
32, 0, 12, 3
Luminance
0.8057
Every format
| HEX | #a8f8db |
| RGB | rgb(168, 248, 219) |
| HSL | hsl(158, 85%, 82%) |
| CMYK | cmyk(32%, 0%, 12%, 3%) |
| LAB | lab(91.9 -30.5 6.2) |
| LCH | lch(91.9 31.1 168.5) |
| OKLCH | oklch(0.919 0.088 169.6) |
Copy-ready code
/* CSS */
color: #a8f8db;
background-color: #a8f8db;
/* Tailwind (arbitrary) */
class="text-[#a8f8db] bg-[#a8f8db]"
/* SCSS */
$brand: #a8f8db;
/* SwiftUI */
Color(red: 0.659, green: 0.973, blue: 0.859)
/* Android */
Color.parseColor("#a8f8db")Accessibility — WCAG contrast
Aa
#a8f8db on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8f8db on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green97.3%
Blue85.9%
CMYK percentages
Cyan32.3%
Magenta0.0%
Yellow11.7%
Key (black)2.7%
Color previews
#a8f8db text on a black background
contrast 17.11:1
Card sample
#a8f8db text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8f8db;
Background color
Panel with #a8f8db background
background-color: #a8f8db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8f8db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 248, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 248, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8f8db; background: linear-gradient(135deg, #a8f8db, #A8E0F8);