#c4ce3f
a balanced, vivid yellow · cool · closest name: khaki
RGB
196, 206, 63
HSL
64°, 59%, 53%
CMYK
5, 0, 69, 19
Luminance
0.5624
Every format
| HEX | #c4ce3f |
| RGB | rgb(196, 206, 63) |
| HSL | hsl(64, 59%, 53%) |
| CMYK | cmyk(5%, 0%, 69%, 19%) |
| LAB | lab(79.8 -20.9 66.2) |
| LCH | lch(79.8 69.5 107.5) |
| OKLCH | oklch(0.818 0.161 113.4) |
Copy-ready code
/* CSS */
color: #c4ce3f;
background-color: #c4ce3f;
/* Tailwind (arbitrary) */
class="text-[#c4ce3f] bg-[#c4ce3f]"
/* SCSS */
$brand: #c4ce3f;
/* SwiftUI */
Color(red: 0.769, green: 0.808, blue: 0.247)
/* Android */
Color.parseColor("#c4ce3f")Accessibility — WCAG contrast
Aa
#c4ce3f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ce3f on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green80.8%
Blue24.7%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow69.4%
Key (black)19.2%
Color previews
#c4ce3f text on a black background
contrast 12.25:1
Card sample
#c4ce3f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ce3f;
Background color
Panel with #c4ce3f background
background-color: #c4ce3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ce3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 206, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 206, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ce3f; background: linear-gradient(135deg, #c4ce3f, #65CE3F);