#c4da3f
a balanced, vivid yellow · cool · closest name: yellow
RGB
196, 218, 63
HSL
69°, 68%, 55%
CMYK
10, 0, 71, 15
Luminance
0.6224
Every format
| HEX | #c4da3f |
| RGB | rgb(196, 218, 63) |
| HSL | hsl(69, 68%, 55%) |
| CMYK | cmyk(10%, 0%, 71%, 15%) |
| LAB | lab(83.0 -26.7 69.5) |
| LCH | lch(83.0 74.4 111.0) |
| OKLCH | oklch(0.845 0.174 117.4) |
Copy-ready code
/* CSS */
color: #c4da3f;
background-color: #c4da3f;
/* Tailwind (arbitrary) */
class="text-[#c4da3f] bg-[#c4da3f]"
/* SCSS */
$brand: #c4da3f;
/* SwiftUI */
Color(red: 0.769, green: 0.855, blue: 0.247)
/* Android */
Color.parseColor("#c4da3f")Accessibility — WCAG contrast
Aa
#c4da3f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4da3f on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green85.5%
Blue24.7%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow71.1%
Key (black)14.5%
Color previews
#c4da3f text on a black background
contrast 13.45:1
Card sample
#c4da3f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4da3f;
Background color
Panel with #c4da3f background
background-color: #c4da3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4da3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 218, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 218, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4da3f; background: linear-gradient(135deg, #c4da3f, #5DDA3F);