#cfaf2f
a balanced, vivid yellow · cool · closest name: olive
RGB
207, 175, 47
HSL
48°, 63%, 50%
CMYK
0, 16, 77, 19
Luminance
0.4413
Every format
| HEX | #cfaf2f |
| RGB | rgb(207, 175, 47) |
| HSL | hsl(48, 63%, 50%) |
| CMYK | cmyk(0%, 16%, 77%, 19%) |
| LAB | lab(72.3 -1.1 65.1) |
| LCH | lch(72.3 65.1 91.0) |
| OKLCH | oklch(0.761 0.142 94.1) |
Copy-ready code
/* CSS */
color: #cfaf2f;
background-color: #cfaf2f;
/* Tailwind (arbitrary) */
class="text-[#cfaf2f] bg-[#cfaf2f]"
/* SCSS */
$brand: #cfaf2f;
/* SwiftUI */
Color(red: 0.812, green: 0.686, blue: 0.184)
/* Android */
Color.parseColor("#cfaf2f")Accessibility — WCAG contrast
Aa
#cfaf2f on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfaf2f on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green68.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow77.3%
Key (black)18.8%
Color previews
#cfaf2f text on a black background
contrast 9.83:1
Card sample
#cfaf2f text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfaf2f;
Background color
Panel with #cfaf2f background
background-color: #cfaf2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfaf2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 175, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 175, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfaf2f; background: linear-gradient(135deg, #cfaf2f, #84CF2F);