#badacf
a light, soft green · cool · closest name: silver
RGB
186, 218, 207
HSL
159°, 30%, 79%
CMYK
15, 0, 5, 15
Luminance
0.6509
Every format
| HEX | #badacf |
| RGB | rgb(186, 218, 207) |
| HSL | hsl(159, 30%, 79%) |
| CMYK | cmyk(15%, 0%, 5%, 15%) |
| LAB | lab(84.5 -12.7 1.9) |
| LCH | lch(84.5 12.8 171.6) |
| OKLCH | oklch(0.862 0.037 172.6) |
Copy-ready code
/* CSS */
color: #badacf;
background-color: #badacf;
/* Tailwind (arbitrary) */
class="text-[#badacf] bg-[#badacf]"
/* SCSS */
$brand: #badacf;
/* SwiftUI */
Color(red: 0.729, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#badacf")Accessibility — WCAG contrast
Aa
#badacf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badacf on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green85.5%
Blue81.2%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#badacf text on a black background
contrast 14.02:1
Card sample
#badacf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badacf;
Background color
Panel with #badacf background
background-color: #badacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badacf; background: linear-gradient(135deg, #badacf, #BAD0DA);