#b7cf3c
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
183, 207, 60
HSL
70°, 61%, 52%
CMYK
12, 0, 71, 19
Luminance
0.5502
Every format
| HEX | #b7cf3c |
| RGB | rgb(183, 207, 60) |
| HSL | hsl(70, 61%, 52%) |
| CMYK | cmyk(12%, 0%, 71%, 19%) |
| LAB | lab(79.0 -26.9 66.3) |
| LCH | lch(79.0 71.5 112.1) |
| OKLCH | oklch(0.810 0.168 118.4) |
Copy-ready code
/* CSS */
color: #b7cf3c;
background-color: #b7cf3c;
/* Tailwind (arbitrary) */
class="text-[#b7cf3c] bg-[#b7cf3c]"
/* SCSS */
$brand: #b7cf3c;
/* SwiftUI */
Color(red: 0.718, green: 0.812, blue: 0.235)
/* Android */
Color.parseColor("#b7cf3c")Accessibility — WCAG contrast
Aa
#b7cf3c on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7cf3c on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green81.2%
Blue23.5%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow71.0%
Key (black)18.8%
Color previews
#b7cf3c text on a black background
contrast 12.00:1
Card sample
#b7cf3c text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7cf3c;
Background color
Panel with #b7cf3c background
background-color: #b7cf3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7cf3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 207, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 207, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7cf3c; background: linear-gradient(135deg, #b7cf3c, #55CF3C);