#adefac
a light, vivid green · cool · closest name: aquamarine
RGB
173, 239, 172
HSL
119°, 68%, 81%
CMYK
28, 0, 28, 6
Luminance
0.7360
Every format
| HEX | #adefac |
| RGB | rgb(173, 239, 172) |
| HSL | hsl(119, 68%, 81%) |
| CMYK | cmyk(28%, 0%, 28%, 6%) |
| LAB | lab(88.7 -33.4 26.0) |
| LCH | lch(88.7 42.3 142.1) |
| OKLCH | oklch(0.891 0.112 144.2) |
Copy-ready code
/* CSS */
color: #adefac;
background-color: #adefac;
/* Tailwind (arbitrary) */
class="text-[#adefac] bg-[#adefac]"
/* SCSS */
$brand: #adefac;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.675)
/* Android */
Color.parseColor("#adefac")Accessibility — WCAG contrast
Aa
#adefac on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefac on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue67.5%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow28.0%
Key (black)6.3%
Color previews
#adefac text on a black background
contrast 15.72:1
Card sample
#adefac text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefac;
Background color
Panel with #adefac background
background-color: #adefac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefac; background: linear-gradient(135deg, #adefac, #ACEFD8);