#badac2
a light, soft green · cool · closest name: beige
RGB
186, 218, 194
HSL
135°, 30%, 79%
CMYK
15, 0, 11, 15
Luminance
0.6448
Every format
| HEX | #badac2 |
| RGB | rgb(186, 218, 194) |
| HSL | hsl(135, 30%, 79%) |
| CMYK | cmyk(15%, 0%, 11%, 15%) |
| LAB | lab(84.2 -15.2 8.3) |
| LCH | lch(84.2 17.3 151.3) |
| OKLCH | oklch(0.858 0.047 152.9) |
Copy-ready code
/* CSS */
color: #badac2;
background-color: #badac2;
/* Tailwind (arbitrary) */
class="text-[#badac2] bg-[#badac2]"
/* SCSS */
$brand: #badac2;
/* SwiftUI */
Color(red: 0.729, green: 0.855, blue: 0.761)
/* Android */
Color.parseColor("#badac2")Accessibility — WCAG contrast
Aa
#badac2 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badac2 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green85.5%
Blue76.1%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow11.0%
Key (black)14.5%
Color previews
#badac2 text on a black background
contrast 13.90:1
Card sample
#badac2 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badac2;
Background color
Panel with #badac2 background
background-color: #badac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 218, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 218, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badac2; background: linear-gradient(135deg, #badac2, #BADAD7);