#cfb03f
a balanced, vivid yellow · cool · closest name: olive
RGB
207, 176, 63
HSL
47°, 60%, 53%
CMYK
0, 15, 70, 19
Luminance
0.4467
Every format
| HEX | #cfb03f |
| RGB | rgb(207, 176, 63) |
| HSL | hsl(47, 60%, 53%) |
| CMYK | cmyk(0%, 15%, 70%, 19%) |
| LAB | lab(72.7 -0.9 59.5) |
| LCH | lch(72.7 59.5 90.9) |
| OKLCH | oklch(0.764 0.133 93.4) |
Copy-ready code
/* CSS */
color: #cfb03f;
background-color: #cfb03f;
/* Tailwind (arbitrary) */
class="text-[#cfb03f] bg-[#cfb03f]"
/* SCSS */
$brand: #cfb03f;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.247)
/* Android */
Color.parseColor("#cfb03f")Accessibility — WCAG contrast
Aa
#cfb03f on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb03f on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow69.6%
Key (black)18.8%
Color previews
#cfb03f text on a black background
contrast 9.93:1
Card sample
#cfb03f text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb03f;
Background color
Panel with #cfb03f background
background-color: #cfb03f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb03f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb03f; background: linear-gradient(135deg, #cfb03f, #8ECF3F);