#b3cf91
a light, soft green · cool · closest name: khaki
RGB
179, 207, 145
HSL
87°, 39%, 69%
CMYK
14, 0, 30, 19
Luminance
0.5625
Every format
| HEX | #b3cf91 |
| RGB | rgb(179, 207, 145) |
| HSL | hsl(87, 39%, 69%) |
| CMYK | cmyk(14%, 0%, 30%, 19%) |
| LAB | lab(79.8 -20.1 27.8) |
| LCH | lch(79.8 34.3 125.9) |
| OKLCH | oklch(0.818 0.088 128.0) |
Copy-ready code
/* CSS */
color: #b3cf91;
background-color: #b3cf91;
/* Tailwind (arbitrary) */
class="text-[#b3cf91] bg-[#b3cf91]"
/* SCSS */
$brand: #b3cf91;
/* SwiftUI */
Color(red: 0.702, green: 0.812, blue: 0.569)
/* Android */
Color.parseColor("#b3cf91")Accessibility — WCAG contrast
Aa
#b3cf91 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cf91 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green81.2%
Blue56.9%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow30.0%
Key (black)18.8%
Color previews
#b3cf91 text on a black background
contrast 12.25:1
Card sample
#b3cf91 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cf91;
Background color
Panel with #b3cf91 background
background-color: #b3cf91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cf91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 207, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 207, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cf91; background: linear-gradient(135deg, #b3cf91, #91CF98);