#cfcb39
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 203, 57
HSL
58°, 61%, 52%
CMYK
0, 2, 73, 19
Luminance
0.5627
Every format
| HEX | #cfcb39 |
| RGB | rgb(207, 203, 57) |
| HSL | hsl(58, 61%, 52%) |
| CMYK | cmyk(0%, 2%, 73%, 19%) |
| LAB | lab(79.8 -15.1 68.7) |
| LCH | lch(79.8 70.3 102.4) |
| OKLCH | oklch(0.820 0.159 107.8) |
Copy-ready code
/* CSS */
color: #cfcb39;
background-color: #cfcb39;
/* Tailwind (arbitrary) */
class="text-[#cfcb39] bg-[#cfcb39]"
/* SCSS */
$brand: #cfcb39;
/* SwiftUI */
Color(red: 0.812, green: 0.796, blue: 0.224)
/* Android */
Color.parseColor("#cfcb39")Accessibility — WCAG contrast
Aa
#cfcb39 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcb39 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta1.9%
Yellow72.5%
Key (black)18.8%
Color previews
#cfcb39 text on a black background
contrast 12.25:1
Card sample
#cfcb39 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcb39;
Background color
Panel with #cfcb39 background
background-color: #cfcb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 203, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 203, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcb39; background: linear-gradient(135deg, #cfcb39, #6FCF39);