#b7cf44
a balanced, vivid green · cool · closest name: khaki
RGB
183, 207, 68
HSL
70°, 59%, 54%
CMYK
12, 0, 67, 19
Luminance
0.5511
Every format
| HEX | #b7cf44 |
| RGB | rgb(183, 207, 68) |
| HSL | hsl(70, 59%, 54%) |
| CMYK | cmyk(12%, 0%, 67%, 19%) |
| LAB | lab(79.1 -26.4 63.4) |
| LCH | lch(79.1 68.7 112.6) |
| OKLCH | oklch(0.811 0.163 118.6) |
Copy-ready code
/* CSS */
color: #b7cf44;
background-color: #b7cf44;
/* Tailwind (arbitrary) */
class="text-[#b7cf44] bg-[#b7cf44]"
/* SCSS */
$brand: #b7cf44;
/* SwiftUI */
Color(red: 0.718, green: 0.812, blue: 0.267)
/* Android */
Color.parseColor("#b7cf44")Accessibility — WCAG contrast
Aa
#b7cf44 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7cf44 on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green81.2%
Blue26.7%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow67.1%
Key (black)18.8%
Color previews
#b7cf44 text on a black background
contrast 12.02:1
Card sample
#b7cf44 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7cf44;
Background color
Panel with #b7cf44 background
background-color: #b7cf44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7cf44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 207, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 207, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7cf44; background: linear-gradient(135deg, #b7cf44, #5ACF44);