#b3cf57
a balanced, vivid green · cool · closest name: khaki
RGB
179, 207, 87
HSL
74°, 56%, 58%
CMYK
14, 0, 58, 19
Luminance
0.5490
Every format
| HEX | #b3cf57 |
| RGB | rgb(179, 207, 87) |
| HSL | hsl(74, 56%, 58%) |
| CMYK | cmyk(14%, 0%, 58%, 19%) |
| LAB | lab(79.0 -26.7 55.3) |
| LCH | lch(79.0 61.4 115.8) |
| OKLCH | oklch(0.810 0.149 120.9) |
Copy-ready code
/* CSS */
color: #b3cf57;
background-color: #b3cf57;
/* Tailwind (arbitrary) */
class="text-[#b3cf57] bg-[#b3cf57]"
/* SCSS */
$brand: #b3cf57;
/* SwiftUI */
Color(red: 0.702, green: 0.812, blue: 0.341)
/* Android */
Color.parseColor("#b3cf57")Accessibility — WCAG contrast
Aa
#b3cf57 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cf57 on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green81.2%
Blue34.1%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow58.0%
Key (black)18.8%
Color previews
#b3cf57 text on a black background
contrast 11.98:1
Card sample
#b3cf57 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cf57;
Background color
Panel with #b3cf57 background
background-color: #b3cf57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cf57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 207, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 207, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cf57; background: linear-gradient(135deg, #b3cf57, #63CF57);