#badeb4
a light, soft green · cool · closest name: beige
RGB
186, 222, 180
HSL
111°, 39%, 79%
CMYK
16, 0, 19, 13
Luminance
0.6598
Every format
| HEX | #badeb4 |
| RGB | rgb(186, 222, 180) |
| HSL | hsl(111, 39%, 79%) |
| CMYK | cmyk(16%, 0%, 19%, 13%) |
| LAB | lab(85.0 -19.6 16.8) |
| LCH | lch(85.0 25.8 139.5) |
| OKLCH | oklch(0.864 0.069 141.1) |
Copy-ready code
/* CSS */
color: #badeb4;
background-color: #badeb4;
/* Tailwind (arbitrary) */
class="text-[#badeb4] bg-[#badeb4]"
/* SCSS */
$brand: #badeb4;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.706)
/* Android */
Color.parseColor("#badeb4")Accessibility — WCAG contrast
Aa
#badeb4 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badeb4 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue70.6%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow18.9%
Key (black)12.9%
Color previews
#badeb4 text on a black background
contrast 14.20:1
Card sample
#badeb4 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badeb4;
Background color
Panel with #badeb4 background
background-color: #badeb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badeb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badeb4; background: linear-gradient(135deg, #badeb4, #B4DECA);