#cfaf00
a dark, electric yellow · cool · closest name: gold
RGB
207, 175, 0
HSL
51°, 100%, 41%
CMYK
0, 16, 100, 19
Luminance
0.4393
Every format
| HEX | #cfaf00 |
| RGB | rgb(207, 175, 0) |
| HSL | hsl(51, 100%, 41%) |
| CMYK | cmyk(0%, 16%, 100%, 19%) |
| LAB | lab(72.2 -2.1 74.6) |
| LCH | lch(72.2 74.6 91.6) |
| OKLCH | oklch(0.759 0.156 95.8) |
Copy-ready code
/* CSS */
color: #cfaf00;
background-color: #cfaf00;
/* Tailwind (arbitrary) */
class="text-[#cfaf00] bg-[#cfaf00]"
/* SCSS */
$brand: #cfaf00;
/* SwiftUI */
Color(red: 0.812, green: 0.686, blue: 0.000)
/* Android */
Color.parseColor("#cfaf00")Accessibility — WCAG contrast
Aa
#cfaf00 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfaf00 on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green68.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow100.0%
Key (black)18.8%
Color previews
#cfaf00 text on a black background
contrast 9.79:1
Card sample
#cfaf00 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfaf00;
Background color
Panel with #cfaf00 background
background-color: #cfaf00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfaf00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 175, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 175, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfaf00; background: linear-gradient(135deg, #cfaf00, #65CF00);