#b0cf94
a light, soft green · cool · closest name: khaki
RGB
176, 207, 148
HSL
92°, 38%, 70%
CMYK
15, 0, 29, 19
Luminance
0.5599
Every format
| HEX | #b0cf94 |
| RGB | rgb(176, 207, 148) |
| HSL | hsl(92, 38%, 70%) |
| CMYK | cmyk(15%, 0%, 29%, 19%) |
| LAB | lab(79.6 -20.8 26.0) |
| LCH | lch(79.6 33.3 128.6) |
| OKLCH | oklch(0.817 0.086 130.6) |
Copy-ready code
/* CSS */
color: #b0cf94;
background-color: #b0cf94;
/* Tailwind (arbitrary) */
class="text-[#b0cf94] bg-[#b0cf94]"
/* SCSS */
$brand: #b0cf94;
/* SwiftUI */
Color(red: 0.690, green: 0.812, blue: 0.580)
/* Android */
Color.parseColor("#b0cf94")Accessibility — WCAG contrast
Aa
#b0cf94 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cf94 on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green81.2%
Blue58.0%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow28.5%
Key (black)18.8%
Color previews
#b0cf94 text on a black background
contrast 12.20:1
Card sample
#b0cf94 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cf94;
Background color
Panel with #b0cf94 background
background-color: #b0cf94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cf94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 207, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 207, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cf94; background: linear-gradient(135deg, #b0cf94, #94CF9F);