#badec8
a light, soft green · cool · closest name: beige
RGB
186, 222, 200
HSL
143°, 35%, 80%
CMYK
16, 0, 10, 13
Luminance
0.6685
Every format
| HEX | #badec8 |
| RGB | rgb(186, 222, 200) |
| HSL | hsl(143, 35%, 80%) |
| CMYK | cmyk(16%, 0%, 10%, 13%) |
| LAB | lab(85.4 -16.1 6.9) |
| LCH | lch(85.4 17.5 156.8) |
| OKLCH | oklch(0.869 0.049 158.4) |
Copy-ready code
/* CSS */
color: #badec8;
background-color: #badec8;
/* Tailwind (arbitrary) */
class="text-[#badec8] bg-[#badec8]"
/* SCSS */
$brand: #badec8;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.784)
/* Android */
Color.parseColor("#badec8")Accessibility — WCAG contrast
Aa
#badec8 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badec8 on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue78.4%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow9.9%
Key (black)12.9%
Color previews
#badec8 text on a black background
contrast 14.37:1
Card sample
#badec8 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badec8;
Background color
Panel with #badec8 background
background-color: #badec8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badec8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badec8; background: linear-gradient(135deg, #badec8, #BADCDE);