#cec44f
a balanced, vivid yellow · cool · closest name: khaki
RGB
206, 196, 79
HSL
55°, 56%, 56%
CMYK
0, 5, 62, 19
Luminance
0.5317
Every format
| HEX | #cec44f |
| RGB | rgb(206, 196, 79) |
| HSL | hsl(55, 56%, 56%) |
| CMYK | cmyk(0%, 5%, 62%, 19%) |
| LAB | lab(78.0 -10.8 58.3) |
| LCH | lch(78.0 59.3 100.5) |
| OKLCH | oklch(0.806 0.137 104.4) |
Copy-ready code
/* CSS */
color: #cec44f;
background-color: #cec44f;
/* Tailwind (arbitrary) */
class="text-[#cec44f] bg-[#cec44f]"
/* SCSS */
$brand: #cec44f;
/* SwiftUI */
Color(red: 0.808, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#cec44f")Accessibility — WCAG contrast
Aa
#cec44f on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec44f on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green76.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow61.7%
Key (black)19.2%
Color previews
#cec44f text on a black background
contrast 11.63:1
Card sample
#cec44f text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec44f;
Background color
Panel with #cec44f background
background-color: #cec44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec44f; background: linear-gradient(135deg, #cec44f, #83CE4F);