#bacdac
a light, soft green · cool · closest name: beige
RGB
186, 205, 172
HSL
95°, 25%, 74%
CMYK
9, 0, 16, 20
Luminance
0.5708
Every format
| HEX | #bacdac |
| RGB | rgb(186, 205, 172) |
| HSL | hsl(95, 25%, 74%) |
| CMYK | cmyk(9%, 0%, 16%, 20%) |
| LAB | lab(80.2 -12.4 14.3) |
| LCH | lch(80.2 18.9 131.0) |
| OKLCH | oklch(0.825 0.050 132.0) |
Copy-ready code
/* CSS */
color: #bacdac;
background-color: #bacdac;
/* Tailwind (arbitrary) */
class="text-[#bacdac] bg-[#bacdac]"
/* SCSS */
$brand: #bacdac;
/* SwiftUI */
Color(red: 0.729, green: 0.804, blue: 0.675)
/* Android */
Color.parseColor("#bacdac")Accessibility — WCAG contrast
Aa
#bacdac on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacdac on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.4%
Blue67.5%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow16.1%
Key (black)19.6%
Color previews
#bacdac text on a black background
contrast 12.42:1
Card sample
#bacdac text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacdac;
Background color
Panel with #bacdac background
background-color: #bacdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 205, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 205, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacdac; background: linear-gradient(135deg, #bacdac, #ACCDB4);