#cfc749
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 199, 73
HSL
56°, 58%, 55%
CMYK
0, 4, 65, 19
Luminance
0.5459
Every format
| HEX | #cfc749 |
| RGB | rgb(207, 199, 73) |
| HSL | hsl(56, 58%, 55%) |
| CMYK | cmyk(0%, 4%, 65%, 19%) |
| LAB | lab(78.8 -12.3 61.7) |
| LCH | lch(78.8 62.9 101.2) |
| OKLCH | oklch(0.813 0.145 105.7) |
Copy-ready code
/* CSS */
color: #cfc749;
background-color: #cfc749;
/* Tailwind (arbitrary) */
class="text-[#cfc749] bg-[#cfc749]"
/* SCSS */
$brand: #cfc749;
/* SwiftUI */
Color(red: 0.812, green: 0.780, blue: 0.286)
/* Android */
Color.parseColor("#cfc749")Accessibility — WCAG contrast
Aa
#cfc749 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc749 on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green78.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow64.7%
Key (black)18.8%
Color previews
#cfc749 text on a black background
contrast 11.92:1
Card sample
#cfc749 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc749;
Background color
Panel with #cfc749 background
background-color: #cfc749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 199, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 199, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc749; background: linear-gradient(135deg, #cfc749, #7ECF49);