#c4d83b
a balanced, vivid yellow · cool · closest name: yellow
RGB
196, 216, 59
HSL
68°, 67%, 54%
CMYK
9, 0, 73, 15
Luminance
0.6116
Every format
| HEX | #c4d83b |
| RGB | rgb(196, 216, 59) |
| HSL | hsl(68, 67%, 54%) |
| CMYK | cmyk(9%, 0%, 73%, 15%) |
| LAB | lab(82.5 -25.9 70.3) |
| LCH | lch(82.5 74.9 110.3) |
| OKLCH | oklch(0.840 0.174 116.7) |
Copy-ready code
/* CSS */
color: #c4d83b;
background-color: #c4d83b;
/* Tailwind (arbitrary) */
class="text-[#c4d83b] bg-[#c4d83b]"
/* SCSS */
$brand: #c4d83b;
/* SwiftUI */
Color(red: 0.769, green: 0.847, blue: 0.231)
/* Android */
Color.parseColor("#c4d83b")Accessibility — WCAG contrast
Aa
#c4d83b on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4d83b on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green84.7%
Blue23.1%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow72.7%
Key (black)15.3%
Color previews
#c4d83b text on a black background
contrast 13.23:1
Card sample
#c4d83b text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4d83b;
Background color
Panel with #c4d83b background
background-color: #c4d83b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4d83b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 216, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 216, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4d83b; background: linear-gradient(135deg, #c4d83b, #5BD83B);