#adefbb
a light, vivid green · cool · closest name: aquamarine
RGB
173, 239, 187
HSL
133°, 67%, 81%
CMYK
28, 0, 22, 6
Luminance
0.7421
Every format
| HEX | #adefbb |
| RGB | rgb(173, 239, 187) |
| HSL | hsl(133, 67%, 81%) |
| CMYK | cmyk(28%, 0%, 22%, 6%) |
| LAB | lab(89.0 -30.9 18.6) |
| LCH | lch(89.0 36.0 148.9) |
| OKLCH | oklch(0.894 0.097 150.6) |
Copy-ready code
/* CSS */
color: #adefbb;
background-color: #adefbb;
/* Tailwind (arbitrary) */
class="text-[#adefbb] bg-[#adefbb]"
/* SCSS */
$brand: #adefbb;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.733)
/* Android */
Color.parseColor("#adefbb")Accessibility — WCAG contrast
Aa
#adefbb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefbb on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue73.3%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow21.8%
Key (black)6.3%
Color previews
#adefbb text on a black background
contrast 15.84:1
Card sample
#adefbb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefbb;
Background color
Panel with #adefbb background
background-color: #adefbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefbb; background: linear-gradient(135deg, #adefbb, #ADEFE7);