#b5cc3f
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
181, 204, 63
HSL
70°, 58%, 52%
CMYK
11, 0, 69, 20
Luminance
0.5337
Every format
| HEX | #b5cc3f |
| RGB | rgb(181, 204, 63) |
| HSL | hsl(70, 58%, 52%) |
| CMYK | cmyk(11%, 0%, 69%, 20%) |
| LAB | lab(78.1 -26.1 64.2) |
| LCH | lch(78.1 69.3 112.1) |
| OKLCH | oklch(0.802 0.163 118.3) |
Copy-ready code
/* CSS */
color: #b5cc3f;
background-color: #b5cc3f;
/* Tailwind (arbitrary) */
class="text-[#b5cc3f] bg-[#b5cc3f]"
/* SCSS */
$brand: #b5cc3f;
/* SwiftUI */
Color(red: 0.710, green: 0.800, blue: 0.247)
/* Android */
Color.parseColor("#b5cc3f")Accessibility — WCAG contrast
Aa
#b5cc3f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5cc3f on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green80.0%
Blue24.7%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow69.1%
Key (black)20.0%
Color previews
#b5cc3f text on a black background
contrast 11.67:1
Card sample
#b5cc3f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5cc3f;
Background color
Panel with #b5cc3f background
background-color: #b5cc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5cc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 204, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 204, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5cc3f; background: linear-gradient(135deg, #b5cc3f, #57CC3F);