#bacdaf
a light, soft green · cool · closest name: beige
RGB
186, 205, 175
HSL
98°, 23%, 75%
CMYK
9, 0, 15, 20
Luminance
0.5720
Every format
| HEX | #bacdaf |
| RGB | rgb(186, 205, 175) |
| HSL | hsl(98, 23%, 75%) |
| CMYK | cmyk(9%, 0%, 15%, 20%) |
| LAB | lab(80.3 -11.9 12.8) |
| LCH | lch(80.3 17.5 133.0) |
| OKLCH | oklch(0.826 0.046 134.0) |
Copy-ready code
/* CSS */
color: #bacdaf;
background-color: #bacdaf;
/* Tailwind (arbitrary) */
class="text-[#bacdaf] bg-[#bacdaf]"
/* SCSS */
$brand: #bacdaf;
/* SwiftUI */
Color(red: 0.729, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#bacdaf")Accessibility — WCAG contrast
Aa
#bacdaf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacdaf on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.4%
Blue68.6%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#bacdaf text on a black background
contrast 12.44:1
Card sample
#bacdaf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacdaf;
Background color
Panel with #bacdaf background
background-color: #bacdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacdaf; background: linear-gradient(135deg, #bacdaf, #AFCDB8);