#a8fddf
a light, electric green · cool · closest name: aquamarine
RGB
168, 253, 223
HSL
159°, 96%, 83%
CMYK
34, 0, 12, 1
Luminance
0.8390
Every format
| HEX | #a8fddf |
| RGB | rgb(168, 253, 223) |
| HSL | hsl(159, 96%, 83%) |
| CMYK | cmyk(34%, 0%, 12%, 1%) |
| LAB | lab(93.4 -32.0 6.2) |
| LCH | lch(93.4 32.6 169.0) |
| OKLCH | oklch(0.931 0.092 170.0) |
Copy-ready code
/* CSS */
color: #a8fddf;
background-color: #a8fddf;
/* Tailwind (arbitrary) */
class="text-[#a8fddf] bg-[#a8fddf]"
/* SCSS */
$brand: #a8fddf;
/* SwiftUI */
Color(red: 0.659, green: 0.992, blue: 0.875)
/* Android */
Color.parseColor("#a8fddf")Accessibility — WCAG contrast
Aa
#a8fddf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8fddf on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green99.2%
Blue87.5%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow11.9%
Key (black)0.8%
Color previews
#a8fddf text on a black background
contrast 17.78:1
Card sample
#a8fddf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8fddf;
Background color
Panel with #a8fddf background
background-color: #a8fddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8fddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 253, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 253, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8fddf; background: linear-gradient(135deg, #a8fddf, #A8E2FD);