#cfc044
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 192, 68
HSL
54°, 59%, 54%
CMYK
0, 7, 67, 19
Luminance
0.5138
Every format
| HEX | #cfc044 |
| RGB | rgb(207, 192, 68) |
| HSL | hsl(54, 59%, 54%) |
| CMYK | cmyk(0%, 7%, 67%, 19%) |
| LAB | lab(76.9 -9.0 61.8) |
| LCH | lch(76.9 62.4 98.3) |
| OKLCH | oklch(0.798 0.142 102.4) |
Copy-ready code
/* CSS */
color: #cfc044;
background-color: #cfc044;
/* Tailwind (arbitrary) */
class="text-[#cfc044] bg-[#cfc044]"
/* SCSS */
$brand: #cfc044;
/* SwiftUI */
Color(red: 0.812, green: 0.753, blue: 0.267)
/* Android */
Color.parseColor("#cfc044")Accessibility — WCAG contrast
Aa
#cfc044 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc044 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green75.3%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow67.1%
Key (black)18.8%
Color previews
#cfc044 text on a black background
contrast 11.28:1
Card sample
#cfc044 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc044;
Background color
Panel with #cfc044 background
background-color: #cfc044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 192, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 192, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc044; background: linear-gradient(135deg, #cfc044, #81CF44);