#adfcac
a light, electric green · cool · closest name: aquamarine
RGB
173, 252, 172
HSL
119°, 93%, 83%
CMYK
31, 0, 32, 1
Luminance
0.8148
Every format
| HEX | #adfcac |
| RGB | rgb(173, 252, 172) |
| HSL | hsl(119, 93%, 83%) |
| CMYK | cmyk(31%, 0%, 32%, 1%) |
| LAB | lab(92.3 -39.3 30.9) |
| LCH | lch(92.3 50.0 141.9) |
| OKLCH | oklch(0.920 0.132 144.1) |
Copy-ready code
/* CSS */
color: #adfcac;
background-color: #adfcac;
/* Tailwind (arbitrary) */
class="text-[#adfcac] bg-[#adfcac]"
/* SCSS */
$brand: #adfcac;
/* SwiftUI */
Color(red: 0.678, green: 0.988, blue: 0.675)
/* Android */
Color.parseColor("#adfcac")Accessibility — WCAG contrast
Aa
#adfcac on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfcac on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green98.8%
Blue67.5%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow31.7%
Key (black)1.2%
Color previews
#adfcac text on a black background
contrast 17.30:1
Card sample
#adfcac text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfcac;
Background color
Panel with #adfcac background
background-color: #adfcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 252, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 252, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfcac; background: linear-gradient(135deg, #adfcac, #ACFCE0);