#bac5af
a light, soft green · cool · closest name: silver
RGB
186, 197, 175
HSL
90°, 16%, 73%
CMYK
6, 0, 11, 23
Luminance
0.5347
Every format
| HEX | #bac5af |
| RGB | rgb(186, 197, 175) |
| HSL | hsl(90, 16%, 73%) |
| CMYK | cmyk(6%, 0%, 11%, 23%) |
| LAB | lab(78.2 -7.8 9.8) |
| LCH | lch(78.2 12.5 128.6) |
| OKLCH | oklch(0.809 0.033 128.9) |
Copy-ready code
/* CSS */
color: #bac5af;
background-color: #bac5af;
/* Tailwind (arbitrary) */
class="text-[#bac5af] bg-[#bac5af]"
/* SCSS */
$brand: #bac5af;
/* SwiftUI */
Color(red: 0.729, green: 0.773, blue: 0.686)
/* Android */
Color.parseColor("#bac5af")Accessibility — WCAG contrast
Aa
#bac5af on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac5af on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green77.3%
Blue68.6%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow11.2%
Key (black)22.7%
Color previews
#bac5af text on a black background
contrast 11.69:1
Card sample
#bac5af text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac5af;
Background color
Panel with #bac5af background
background-color: #bac5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 197, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 197, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac5af; background: linear-gradient(135deg, #bac5af, #AFC5B3);