#adfbc2
a light, electric green · cool · closest name: aquamarine
RGB
173, 251, 194
HSL
136°, 91%, 83%
CMYK
31, 0, 23, 2
Luminance
0.8177
Every format
| HEX | #adfbc2 |
| RGB | rgb(173, 251, 194) |
| HSL | hsl(136, 91%, 83%) |
| CMYK | cmyk(31%, 0%, 23%, 2%) |
| LAB | lab(92.5 -35.2 19.9) |
| LCH | lch(92.5 40.4 150.6) |
| OKLCH | oklch(0.923 0.109 152.3) |
Copy-ready code
/* CSS */
color: #adfbc2;
background-color: #adfbc2;
/* Tailwind (arbitrary) */
class="text-[#adfbc2] bg-[#adfbc2]"
/* SCSS */
$brand: #adfbc2;
/* SwiftUI */
Color(red: 0.678, green: 0.984, blue: 0.761)
/* Android */
Color.parseColor("#adfbc2")Accessibility — WCAG contrast
Aa
#adfbc2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfbc2 on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green98.4%
Blue76.1%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow22.7%
Key (black)1.6%
Color previews
#adfbc2 text on a black background
contrast 17.35:1
Card sample
#adfbc2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfbc2;
Background color
Panel with #adfbc2 background
background-color: #adfbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 251, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 251, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfbc2; background: linear-gradient(135deg, #adfbc2, #ADFBF6);