#adfba3
a light, electric green · cool · closest name: aquamarine
RGB
173, 251, 163
HSL
113°, 92%, 81%
CMYK
31, 0, 35, 2
Luminance
0.8052
Every format
| HEX | #adfba3 |
| RGB | rgb(173, 251, 163) |
| HSL | hsl(113, 92%, 81%) |
| CMYK | cmyk(31%, 0%, 35%, 2%) |
| LAB | lab(91.9 -40.2 34.8) |
| LCH | lch(91.9 53.2 139.1) |
| OKLCH | oklch(0.916 0.140 141.7) |
Copy-ready code
/* CSS */
color: #adfba3;
background-color: #adfba3;
/* Tailwind (arbitrary) */
class="text-[#adfba3] bg-[#adfba3]"
/* SCSS */
$brand: #adfba3;
/* SwiftUI */
Color(red: 0.678, green: 0.984, blue: 0.639)
/* Android */
Color.parseColor("#adfba3")Accessibility — WCAG contrast
Aa
#adfba3 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfba3 on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green98.4%
Blue63.9%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow35.1%
Key (black)1.6%
Color previews
#adfba3 text on a black background
contrast 17.10:1
Card sample
#adfba3 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfba3;
Background color
Panel with #adfba3 background
background-color: #adfba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 251, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 251, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfba3; background: linear-gradient(135deg, #adfba3, #A3FBD4);