#ade1bf
a light, vivid green · cool · closest name: beige
RGB
173, 225, 191
HSL
141°, 46%, 78%
CMYK
23, 0, 15, 12
Luminance
0.6650
Every format
| HEX | #ade1bf |
| RGB | rgb(173, 225, 191) |
| HSL | hsl(141, 46%, 78%) |
| CMYK | cmyk(23%, 0%, 15%, 12%) |
| LAB | lab(85.3 -23.4 11.2) |
| LCH | lch(85.3 26.0 154.4) |
| OKLCH | oklch(0.864 0.071 156.0) |
Copy-ready code
/* CSS */
color: #ade1bf;
background-color: #ade1bf;
/* Tailwind (arbitrary) */
class="text-[#ade1bf] bg-[#ade1bf]"
/* SCSS */
$brand: #ade1bf;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.749)
/* Android */
Color.parseColor("#ade1bf")Accessibility — WCAG contrast
Aa
#ade1bf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade1bf on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue74.9%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow15.1%
Key (black)11.8%
Color previews
#ade1bf text on a black background
contrast 14.30:1
Card sample
#ade1bf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade1bf;
Background color
Panel with #ade1bf background
background-color: #ade1bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade1bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade1bf; background: linear-gradient(135deg, #ade1bf, #ADE0E1);