#adffdf
a light, electric green · cool · closest name: aquamarine
RGB
173, 255, 223
HSL
157°, 100%, 84%
CMYK
32, 0, 13, 0
Luminance
0.8573
Every format
| HEX | #adffdf |
| RGB | rgb(173, 255, 223) |
| HSL | hsl(157, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 13%, 0%) |
| LAB | lab(94.2 -31.5 7.4) |
| LCH | lch(94.2 32.4 166.8) |
| OKLCH | oklch(0.939 0.091 168.0) |
Copy-ready code
/* CSS */
color: #adffdf;
background-color: #adffdf;
/* Tailwind (arbitrary) */
class="text-[#adffdf] bg-[#adffdf]"
/* SCSS */
$brand: #adffdf;
/* SwiftUI */
Color(red: 0.678, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#adffdf")Accessibility — WCAG contrast
Aa
#adffdf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adffdf on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green100.0%
Blue87.5%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#adffdf text on a black background
contrast 18.15:1
Card sample
#adffdf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adffdf;
Background color
Panel with #adffdf background
background-color: #adffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adffdf; background: linear-gradient(135deg, #adffdf, #ADE8FF);