#b0cf02
a dark, electric yellow · cool · closest name: yellow
RGB
176, 207, 2
HSL
69°, 98%, 41%
CMYK
15, 0, 99, 19
Luminance
0.5386
Every format
| HEX | #b0cf02 |
| RGB | rgb(176, 207, 2) |
| HSL | hsl(69, 98%, 41%) |
| CMYK | cmyk(15%, 0%, 99%, 19%) |
| LAB | lab(78.4 -31.4 77.8) |
| LCH | lch(78.4 83.9 112.0) |
| OKLCH | oklch(0.803 0.190 120.0) |
Copy-ready code
/* CSS */
color: #b0cf02;
background-color: #b0cf02;
/* Tailwind (arbitrary) */
class="text-[#b0cf02] bg-[#b0cf02]"
/* SCSS */
$brand: #b0cf02;
/* SwiftUI */
Color(red: 0.690, green: 0.812, blue: 0.008)
/* Android */
Color.parseColor("#b0cf02")Accessibility — WCAG contrast
Aa
#b0cf02 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cf02 on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green81.2%
Blue0.8%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow99.0%
Key (black)18.8%
Color previews
#b0cf02 text on a black background
contrast 11.77:1
Card sample
#b0cf02 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cf02;
Background color
Panel with #b0cf02 background
background-color: #b0cf02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cf02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 207, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 207, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cf02; background: linear-gradient(135deg, #b0cf02, #27CF02);