#b4cf3f
a balanced, vivid green · cool · closest name: olivedrab
RGB
180, 207, 63
HSL
71°, 60%, 53%
CMYK
13, 0, 70, 19
Luminance
0.5469
Every format
| HEX | #b4cf3f |
| RGB | rgb(180, 207, 63) |
| HSL | hsl(71, 60%, 53%) |
| CMYK | cmyk(13%, 0%, 70%, 19%) |
| LAB | lab(78.9 -27.9 65.0) |
| LCH | lch(78.9 70.7 113.3) |
| OKLCH | oklch(0.808 0.167 119.6) |
Copy-ready code
/* CSS */
color: #b4cf3f;
background-color: #b4cf3f;
/* Tailwind (arbitrary) */
class="text-[#b4cf3f] bg-[#b4cf3f]"
/* SCSS */
$brand: #b4cf3f;
/* SwiftUI */
Color(red: 0.706, green: 0.812, blue: 0.247)
/* Android */
Color.parseColor("#b4cf3f")Accessibility — WCAG contrast
Aa
#b4cf3f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4cf3f on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green81.2%
Blue24.7%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow69.6%
Key (black)18.8%
Color previews
#b4cf3f text on a black background
contrast 11.94:1
Card sample
#b4cf3f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4cf3f;
Background color
Panel with #b4cf3f background
background-color: #b4cf3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4cf3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 207, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 207, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4cf3f; background: linear-gradient(135deg, #b4cf3f, #54CF3F);