#bac790
a light, soft green · cool · closest name: tan
RGB
186, 199, 144
HSL
74°, 33%, 67%
CMYK
7, 0, 28, 22
Luminance
0.5330
Every format
| HEX | #bac790 |
| RGB | rgb(186, 199, 144) |
| HSL | hsl(74, 33%, 67%) |
| CMYK | cmyk(7%, 0%, 28%, 22%) |
| LAB | lab(78.0 -13.7 26.1) |
| LCH | lch(78.0 29.5 117.6) |
| OKLCH | oklch(0.806 0.075 118.9) |
Copy-ready code
/* CSS */
color: #bac790;
background-color: #bac790;
/* Tailwind (arbitrary) */
class="text-[#bac790] bg-[#bac790]"
/* SCSS */
$brand: #bac790;
/* SwiftUI */
Color(red: 0.729, green: 0.780, blue: 0.565)
/* Android */
Color.parseColor("#bac790")Accessibility — WCAG contrast
Aa
#bac790 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac790 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green78.0%
Blue56.5%
CMYK percentages
Cyan6.5%
Magenta0.0%
Yellow27.6%
Key (black)22.0%
Color previews
#bac790 text on a black background
contrast 11.66:1
Card sample
#bac790 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac790;
Background color
Panel with #bac790 background
background-color: #bac790;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac790;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 199, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 199, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac790; background: linear-gradient(135deg, #bac790, #95C790);