#b2c44f
a balanced, vivid yellow · cool · closest name: khaki
RGB
178, 196, 79
HSL
69°, 50%, 54%
CMYK
9, 0, 60, 23
Luminance
0.4951
Every format
| HEX | #b2c44f |
| RGB | rgb(178, 196, 79) |
| HSL | hsl(69, 50%, 54%) |
| CMYK | cmyk(9%, 0%, 60%, 23%) |
| LAB | lab(75.8 -22.4 55.2) |
| LCH | lch(75.8 59.6 112.1) |
| OKLCH | oklch(0.783 0.143 117.2) |
Copy-ready code
/* CSS */
color: #b2c44f;
background-color: #b2c44f;
/* Tailwind (arbitrary) */
class="text-[#b2c44f] bg-[#b2c44f]"
/* SCSS */
$brand: #b2c44f;
/* SwiftUI */
Color(red: 0.698, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#b2c44f")Accessibility — WCAG contrast
Aa
#b2c44f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c44f on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green76.9%
Blue31.0%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow59.7%
Key (black)23.1%
Color previews
#b2c44f text on a black background
contrast 10.90:1
Card sample
#b2c44f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c44f;
Background color
Panel with #b2c44f background
background-color: #b2c44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c44f; background: linear-gradient(135deg, #b2c44f, #64C44F);