#cfcb2f
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 203, 47
HSL
59°, 63%, 50%
CMYK
0, 2, 77, 19
Luminance
0.5618
Every format
| HEX | #cfcb2f |
| RGB | rgb(207, 203, 47) |
| HSL | hsl(59, 63%, 50%) |
| CMYK | cmyk(0%, 2%, 77%, 19%) |
| LAB | lab(79.7 -15.5 71.8) |
| LCH | lch(79.7 73.5 102.2) |
| OKLCH | oklch(0.820 0.164 108.0) |
Copy-ready code
/* CSS */
color: #cfcb2f;
background-color: #cfcb2f;
/* Tailwind (arbitrary) */
class="text-[#cfcb2f] bg-[#cfcb2f]"
/* SCSS */
$brand: #cfcb2f;
/* SwiftUI */
Color(red: 0.812, green: 0.796, blue: 0.184)
/* Android */
Color.parseColor("#cfcb2f")Accessibility — WCAG contrast
Aa
#cfcb2f on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcb2f on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta1.9%
Yellow77.3%
Key (black)18.8%
Color previews
#cfcb2f text on a black background
contrast 12.24:1
Card sample
#cfcb2f text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcb2f;
Background color
Panel with #cfcb2f background
background-color: #cfcb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 203, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 203, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcb2f; background: linear-gradient(135deg, #cfcb2f, #68CF2F);