#adf5ba
a light, electric green · cool · closest name: aquamarine
RGB
173, 245, 186
HSL
131°, 78%, 82%
CMYK
29, 0, 24, 4
Luminance
0.7773
Every format
| HEX | #adf5ba |
| RGB | rgb(173, 245, 186) |
| HSL | hsl(131, 78%, 82%) |
| CMYK | cmyk(29%, 0%, 24%, 4%) |
| LAB | lab(90.7 -33.8 21.4) |
| LCH | lch(90.7 40.0 147.6) |
| OKLCH | oklch(0.907 0.108 149.5) |
Copy-ready code
/* CSS */
color: #adf5ba;
background-color: #adf5ba;
/* Tailwind (arbitrary) */
class="text-[#adf5ba] bg-[#adf5ba]"
/* SCSS */
$brand: #adf5ba;
/* SwiftUI */
Color(red: 0.678, green: 0.961, blue: 0.729)
/* Android */
Color.parseColor("#adf5ba")Accessibility — WCAG contrast
Aa
#adf5ba on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf5ba on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green96.1%
Blue72.9%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow24.1%
Key (black)3.9%
Color previews
#adf5ba text on a black background
contrast 16.55:1
Card sample
#adf5ba text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf5ba;
Background color
Panel with #adf5ba background
background-color: #adf5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 245, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 245, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf5ba; background: linear-gradient(135deg, #adf5ba, #ADF5EA);