#cfb321
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 179, 33
HSL
50°, 73%, 47%
CMYK
0, 14, 84, 19
Luminance
0.4562
Every format
| HEX | #cfb321 |
| RGB | rgb(207, 179, 33) |
| HSL | hsl(50, 73%, 47%) |
| CMYK | cmyk(0%, 14%, 84%, 19%) |
| LAB | lab(73.3 -3.7 70.1) |
| LCH | lch(73.3 70.2 93.0) |
| OKLCH | oklch(0.769 0.151 97.1) |
Copy-ready code
/* CSS */
color: #cfb321;
background-color: #cfb321;
/* Tailwind (arbitrary) */
class="text-[#cfb321] bg-[#cfb321]"
/* SCSS */
$brand: #cfb321;
/* SwiftUI */
Color(red: 0.812, green: 0.702, blue: 0.129)
/* Android */
Color.parseColor("#cfb321")Accessibility — WCAG contrast
Aa
#cfb321 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb321 on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow84.1%
Key (black)18.8%
Color previews
#cfb321 text on a black background
contrast 10.12:1
Card sample
#cfb321 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb321;
Background color
Panel with #cfb321 background
background-color: #cfb321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 179, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 179, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb321; background: linear-gradient(135deg, #cfb321, #77CF21);