#adffac
a light, electric green · cool · closest name: aquamarine
RGB
173, 255, 172
HSL
119°, 100%, 84%
CMYK
32, 0, 33, 0
Luminance
0.8338
Every format
| HEX | #adffac |
| RGB | rgb(173, 255, 172) |
| HSL | hsl(119, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 33%, 0%) |
| LAB | lab(93.2 -40.6 32.0) |
| LCH | lch(93.2 51.7 141.8) |
| OKLCH | oklch(0.927 0.137 144.1) |
Copy-ready code
/* CSS */
color: #adffac;
background-color: #adffac;
/* Tailwind (arbitrary) */
class="text-[#adffac] bg-[#adffac]"
/* SCSS */
$brand: #adffac;
/* SwiftUI */
Color(red: 0.678, green: 1.000, blue: 0.675)
/* Android */
Color.parseColor("#adffac")Accessibility — WCAG contrast
Aa
#adffac on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adffac on black: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green100.0%
Blue67.5%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow32.5%
Key (black)0.0%
Color previews
#adffac text on a black background
contrast 17.68:1
Card sample
#adffac text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adffac;
Background color
Panel with #adffac background
background-color: #adffac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adffac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 255, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 255, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adffac; background: linear-gradient(135deg, #adffac, #ACFFE2);