#b7cd0f
a dark, electric yellow · cool · closest name: yellow
RGB
183, 205, 15
HSL
67°, 86%, 43%
CMYK
11, 0, 93, 20
Luminance
0.5376
Every format
| HEX | #b7cd0f |
| RGB | rgb(183, 205, 15) |
| HSL | hsl(67, 86%, 43%) |
| CMYK | cmyk(11%, 0%, 93%, 20%) |
| LAB | lab(78.3 -27.4 76.7) |
| LCH | lch(78.3 81.4 109.7) |
| OKLCH | oklch(0.804 0.183 117.3) |
Copy-ready code
/* CSS */
color: #b7cd0f;
background-color: #b7cd0f;
/* Tailwind (arbitrary) */
class="text-[#b7cd0f] bg-[#b7cd0f]"
/* SCSS */
$brand: #b7cd0f;
/* SwiftUI */
Color(red: 0.718, green: 0.804, blue: 0.059)
/* Android */
Color.parseColor("#b7cd0f")Accessibility — WCAG contrast
Aa
#b7cd0f on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7cd0f on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green80.4%
Blue5.9%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow92.7%
Key (black)19.6%
Color previews
#b7cd0f text on a black background
contrast 11.75:1
Card sample
#b7cd0f text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7cd0f;
Background color
Panel with #b7cd0f background
background-color: #b7cd0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7cd0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 205, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 205, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7cd0f; background: linear-gradient(135deg, #b7cd0f, #38CD0F);