#cfb92f
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 185, 47
HSL
52°, 63%, 50%
CMYK
0, 11, 77, 19
Luminance
0.4817
Every format
| HEX | #cfb92f |
| RGB | rgb(207, 185, 47) |
| HSL | hsl(52, 63%, 50%) |
| CMYK | cmyk(0%, 11%, 77%, 19%) |
| LAB | lab(74.9 -6.3 67.5) |
| LCH | lch(74.9 67.8 95.4) |
| OKLCH | oklch(0.782 0.149 99.7) |
Copy-ready code
/* CSS */
color: #cfb92f;
background-color: #cfb92f;
/* Tailwind (arbitrary) */
class="text-[#cfb92f] bg-[#cfb92f]"
/* SCSS */
$brand: #cfb92f;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.184)
/* Android */
Color.parseColor("#cfb92f")Accessibility — WCAG contrast
Aa
#cfb92f on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb92f on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow77.3%
Key (black)18.8%
Color previews
#cfb92f text on a black background
contrast 10.63:1
Card sample
#cfb92f text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb92f;
Background color
Panel with #cfb92f background
background-color: #cfb92f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb92f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb92f; background: linear-gradient(135deg, #cfb92f, #7ACF2F);