#cfb90f
a dark, electric yellow · cool · closest name: gold
RGB
207, 185, 15
HSL
53°, 87%, 44%
CMYK
0, 11, 93, 19
Luminance
0.4800
Every format
| HEX | #cfb90f |
| RGB | rgb(207, 185, 15) |
| HSL | hsl(53, 87%, 44%) |
| CMYK | cmyk(0%, 11%, 93%, 19%) |
| LAB | lab(74.8 -7.2 74.8) |
| LCH | lch(74.8 75.2 95.5) |
| OKLCH | oklch(0.781 0.160 100.6) |
Copy-ready code
/* CSS */
color: #cfb90f;
background-color: #cfb90f;
/* Tailwind (arbitrary) */
class="text-[#cfb90f] bg-[#cfb90f]"
/* SCSS */
$brand: #cfb90f;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.059)
/* Android */
Color.parseColor("#cfb90f")Accessibility — WCAG contrast
Aa
#cfb90f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb90f on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow92.8%
Key (black)18.8%
Color previews
#cfb90f text on a black background
contrast 10.60:1
Card sample
#cfb90f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb90f;
Background color
Panel with #cfb90f background
background-color: #cfb90f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb90f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb90f; background: linear-gradient(135deg, #cfb90f, #65CF0F);