#badeb0
a light, soft green · cool · closest name: beige
RGB
186, 222, 176
HSL
107°, 41%, 78%
CMYK
16, 0, 21, 13
Luminance
0.6582
Every format
| HEX | #badeb0 |
| RGB | rgb(186, 222, 176) |
| HSL | hsl(107, 41%, 78%) |
| CMYK | cmyk(16%, 0%, 21%, 13%) |
| LAB | lab(84.9 -20.3 18.7) |
| LCH | lch(84.9 27.6 137.3) |
| OKLCH | oklch(0.863 0.073 138.9) |
Copy-ready code
/* CSS */
color: #badeb0;
background-color: #badeb0;
/* Tailwind (arbitrary) */
class="text-[#badeb0] bg-[#badeb0]"
/* SCSS */
$brand: #badeb0;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.690)
/* Android */
Color.parseColor("#badeb0")Accessibility — WCAG contrast
Aa
#badeb0 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badeb0 on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue69.0%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow20.7%
Key (black)12.9%
Color previews
#badeb0 text on a black background
contrast 14.16:1
Card sample
#badeb0 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badeb0;
Background color
Panel with #badeb0 background
background-color: #badeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badeb0; background: linear-gradient(135deg, #badeb0, #B0DEC5);