#cfb539
a balanced, vivid yellow · cool · closest name: olive
RGB
207, 181, 57
HSL
50°, 61%, 52%
CMYK
0, 13, 73, 19
Luminance
0.4661
Every format
| HEX | #cfb539 |
| RGB | rgb(207, 181, 57) |
| HSL | hsl(50, 61%, 52%) |
| CMYK | cmyk(0%, 13%, 73%, 19%) |
| LAB | lab(73.9 -3.9 63.1) |
| LCH | lch(73.9 63.2 93.5) |
| OKLCH | oklch(0.774 0.141 96.9) |
Copy-ready code
/* CSS */
color: #cfb539;
background-color: #cfb539;
/* Tailwind (arbitrary) */
class="text-[#cfb539] bg-[#cfb539]"
/* SCSS */
$brand: #cfb539;
/* SwiftUI */
Color(red: 0.812, green: 0.710, blue: 0.224)
/* Android */
Color.parseColor("#cfb539")Accessibility — WCAG contrast
Aa
#cfb539 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb539 on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow72.5%
Key (black)18.8%
Color previews
#cfb539 text on a black background
contrast 10.32:1
Card sample
#cfb539 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb539;
Background color
Panel with #cfb539 background
background-color: #cfb539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 181, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 181, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb539; background: linear-gradient(135deg, #cfb539, #85CF39);