#b6cf2d
a balanced, vivid yellow · cool · closest name: yellow
RGB
182, 207, 45
HSL
69°, 64%, 49%
CMYK
12, 0, 78, 19
Luminance
0.5476
Every format
| HEX | #b6cf2d |
| RGB | rgb(182, 207, 45) |
| HSL | hsl(69, 64%, 49%) |
| CMYK | cmyk(12%, 0%, 78%, 19%) |
| LAB | lab(78.9 -28.0 71.0) |
| LCH | lch(78.9 76.3 111.5) |
| OKLCH | oklch(0.809 0.176 118.5) |
Copy-ready code
/* CSS */
color: #b6cf2d;
background-color: #b6cf2d;
/* Tailwind (arbitrary) */
class="text-[#b6cf2d] bg-[#b6cf2d]"
/* SCSS */
$brand: #b6cf2d;
/* SwiftUI */
Color(red: 0.714, green: 0.812, blue: 0.176)
/* Android */
Color.parseColor("#b6cf2d")Accessibility — WCAG contrast
Aa
#b6cf2d on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cf2d on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green81.2%
Blue17.6%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow78.3%
Key (black)18.8%
Color previews
#b6cf2d text on a black background
contrast 11.95:1
Card sample
#b6cf2d text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cf2d;
Background color
Panel with #b6cf2d background
background-color: #b6cf2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cf2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 207, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 207, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cf2d; background: linear-gradient(135deg, #b6cf2d, #4ACF2D);