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