#badeae
a light, soft green · cool · closest name: beige
RGB
186, 222, 174
HSL
105°, 42%, 78%
CMYK
16, 0, 22, 13
Luminance
0.6574
Every format
| HEX | #badeae |
| RGB | rgb(186, 222, 174) |
| HSL | hsl(105, 42%, 78%) |
| CMYK | cmyk(16%, 0%, 22%, 13%) |
| LAB | lab(84.9 -20.6 19.7) |
| LCH | lch(84.9 28.5 136.3) |
| OKLCH | oklch(0.862 0.075 137.9) |
Copy-ready code
/* CSS */
color: #badeae;
background-color: #badeae;
/* Tailwind (arbitrary) */
class="text-[#badeae] bg-[#badeae]"
/* SCSS */
$brand: #badeae;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.682)
/* Android */
Color.parseColor("#badeae")Accessibility — WCAG contrast
Aa
#badeae on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badeae on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue68.2%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow21.6%
Key (black)12.9%
Color previews
#badeae text on a black background
contrast 14.15:1
Card sample
#badeae text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badeae;
Background color
Panel with #badeae background
background-color: #badeae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badeae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badeae; background: linear-gradient(135deg, #badeae, #AEDEC2);