#adfebc
a light, electric green · cool · closest name: aquamarine
RGB
173, 254, 188
HSL
131°, 98%, 84%
CMYK
32, 0, 26, 0
Luminance
0.8340
Every format
| HEX | #adfebc |
| RGB | rgb(173, 254, 188) |
| HSL | hsl(131, 98%, 84%) |
| CMYK | cmyk(32%, 0%, 26%, 0%) |
| LAB | lab(93.2 -37.6 23.9) |
| LCH | lch(93.2 44.5 147.5) |
| OKLCH | oklch(0.928 0.120 149.4) |
Copy-ready code
/* CSS */
color: #adfebc;
background-color: #adfebc;
/* Tailwind (arbitrary) */
class="text-[#adfebc] bg-[#adfebc]"
/* SCSS */
$brand: #adfebc;
/* SwiftUI */
Color(red: 0.678, green: 0.996, blue: 0.737)
/* Android */
Color.parseColor("#adfebc")Accessibility — WCAG contrast
Aa
#adfebc on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfebc on black: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green99.6%
Blue73.7%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow26.0%
Key (black)0.4%
Color previews
#adfebc text on a black background
contrast 17.68:1
Card sample
#adfebc text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfebc;
Background color
Panel with #adfebc background
background-color: #adfebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 254, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 254, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfebc; background: linear-gradient(135deg, #adfebc, #ADFEF2);