#adffcf
a light, electric green · cool · closest name: aquamarine
RGB
173, 255, 207
HSL
145°, 100%, 84%
CMYK
32, 0, 19, 0
Luminance
0.8491
Every format
| HEX | #adffcf |
| RGB | rgb(173, 255, 207) |
| HSL | hsl(145, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 19%, 0%) |
| LAB | lab(93.8 -34.6 15.1) |
| LCH | lch(93.8 37.8 156.4) |
| OKLCH | oklch(0.934 0.104 158.0) |
Copy-ready code
/* CSS */
color: #adffcf;
background-color: #adffcf;
/* Tailwind (arbitrary) */
class="text-[#adffcf] bg-[#adffcf]"
/* SCSS */
$brand: #adffcf;
/* SwiftUI */
Color(red: 0.678, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#adffcf")Accessibility — WCAG contrast
Aa
#adffcf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adffcf on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green100.0%
Blue81.2%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#adffcf text on a black background
contrast 17.98:1
Card sample
#adffcf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adffcf;
Background color
Panel with #adffcf background
background-color: #adffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adffcf; background: linear-gradient(135deg, #adffcf, #ADF8FF);