#cfc032
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 192, 50
HSL
54°, 62%, 50%
CMYK
0, 7, 76, 19
Luminance
0.5119
Every format
| HEX | #cfc032 |
| RGB | rgb(207, 192, 50) |
| HSL | hsl(54, 62%, 50%) |
| CMYK | cmyk(0%, 7%, 76%, 19%) |
| LAB | lab(76.8 -9.8 68.2) |
| LCH | lch(76.8 68.9 98.2) |
| OKLCH | oklch(0.797 0.153 103.1) |
Copy-ready code
/* CSS */
color: #cfc032;
background-color: #cfc032;
/* Tailwind (arbitrary) */
class="text-[#cfc032] bg-[#cfc032]"
/* SCSS */
$brand: #cfc032;
/* SwiftUI */
Color(red: 0.812, green: 0.753, blue: 0.196)
/* Android */
Color.parseColor("#cfc032")Accessibility — WCAG contrast
Aa
#cfc032 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc032 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green75.3%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow75.8%
Key (black)18.8%
Color previews
#cfc032 text on a black background
contrast 11.24:1
Card sample
#cfc032 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc032;
Background color
Panel with #cfc032 background
background-color: #cfc032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 192, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 192, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc032; background: linear-gradient(135deg, #cfc032, #75CF32);