#a8f4df
a light, electric cyan · cool · closest name: aquamarine
RGB
168, 244, 223
HSL
163°, 78%, 81%
CMYK
31, 0, 9, 4
Luminance
0.7835
Every format
| HEX | #a8f4df |
| RGB | rgb(168, 244, 223) |
| HSL | hsl(163, 78%, 81%) |
| CMYK | cmyk(31%, 0%, 9%, 4%) |
| LAB | lab(90.9 -27.8 2.7) |
| LCH | lch(90.9 27.9 174.5) |
| OKLCH | oklch(0.912 0.081 175.3) |
Copy-ready code
/* CSS */
color: #a8f4df;
background-color: #a8f4df;
/* Tailwind (arbitrary) */
class="text-[#a8f4df] bg-[#a8f4df]"
/* SCSS */
$brand: #a8f4df;
/* SwiftUI */
Color(red: 0.659, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#a8f4df")Accessibility — WCAG contrast
Aa
#a8f4df on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8f4df on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green95.7%
Blue87.5%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow8.6%
Key (black)4.3%
Color previews
#a8f4df text on a black background
contrast 16.67:1
Card sample
#a8f4df text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8f4df;
Background color
Panel with #a8f4df background
background-color: #a8f4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8f4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8f4df; background: linear-gradient(135deg, #a8f4df, #A8D6F4);