#bad2ac
a light, soft green · cool · closest name: beige
RGB
186, 210, 172
HSL
98°, 30%, 75%
CMYK
11, 0, 18, 18
Luminance
0.5951
Every format
| HEX | #bad2ac |
| RGB | rgb(186, 210, 172) |
| HSL | hsl(98, 30%, 75%) |
| CMYK | cmyk(11%, 0%, 18%, 18%) |
| LAB | lab(81.6 -14.9 16.2) |
| LCH | lch(81.6 22.0 132.7) |
| OKLCH | oklch(0.836 0.058 134.0) |
Copy-ready code
/* CSS */
color: #bad2ac;
background-color: #bad2ac;
/* Tailwind (arbitrary) */
class="text-[#bad2ac] bg-[#bad2ac]"
/* SCSS */
$brand: #bad2ac;
/* SwiftUI */
Color(red: 0.729, green: 0.824, blue: 0.675)
/* Android */
Color.parseColor("#bad2ac")Accessibility — WCAG contrast
Aa
#bad2ac on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad2ac on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green82.4%
Blue67.5%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow18.1%
Key (black)17.6%
Color previews
#bad2ac text on a black background
contrast 12.90:1
Card sample
#bad2ac text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad2ac;
Background color
Panel with #bad2ac background
background-color: #bad2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 210, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 210, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad2ac; background: linear-gradient(135deg, #bad2ac, #ACD2B7);