#cfaf39
a balanced, vivid yellow · cool · closest name: olive
RGB
207, 175, 57
HSL
47°, 61%, 52%
CMYK
0, 16, 73, 19
Luminance
0.4422
Every format
| HEX | #cfaf39 |
| RGB | rgb(207, 175, 57) |
| HSL | hsl(47, 61%, 52%) |
| CMYK | cmyk(0%, 16%, 73%, 19%) |
| LAB | lab(72.4 -0.7 61.5) |
| LCH | lch(72.4 61.5 90.7) |
| OKLCH | oklch(0.762 0.137 93.4) |
Copy-ready code
/* CSS */
color: #cfaf39;
background-color: #cfaf39;
/* Tailwind (arbitrary) */
class="text-[#cfaf39] bg-[#cfaf39]"
/* SCSS */
$brand: #cfaf39;
/* SwiftUI */
Color(red: 0.812, green: 0.686, blue: 0.224)
/* Android */
Color.parseColor("#cfaf39")Accessibility — WCAG contrast
Aa
#cfaf39 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfaf39 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green68.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow72.5%
Key (black)18.8%
Color previews
#cfaf39 text on a black background
contrast 9.84:1
Card sample
#cfaf39 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfaf39;
Background color
Panel with #cfaf39 background
background-color: #cfaf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfaf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 175, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 175, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfaf39; background: linear-gradient(135deg, #cfaf39, #8BCF39);