#cfa400
a dark, electric yellow · cool · closest name: orange
RGB
207, 164, 0
HSL
48°, 100%, 41%
CMYK
0, 21, 100, 19
Luminance
0.3982
Every format
| HEX | #cfa400 |
| RGB | rgb(207, 164, 0) |
| HSL | hsl(48, 100%, 41%) |
| CMYK | cmyk(0%, 21%, 100%, 19%) |
| LAB | lab(69.3 3.7 72.6) |
| LCH | lch(69.3 72.7 87.1) |
| OKLCH | oklch(0.737 0.151 89.8) |
Copy-ready code
/* CSS */
color: #cfa400;
background-color: #cfa400;
/* Tailwind (arbitrary) */
class="text-[#cfa400] bg-[#cfa400]"
/* SCSS */
$brand: #cfa400;
/* SwiftUI */
Color(red: 0.812, green: 0.643, blue: 0.000)
/* Android */
Color.parseColor("#cfa400")Accessibility — WCAG contrast
Aa
#cfa400 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa400 on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green64.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow100.0%
Key (black)18.8%
Color previews
#cfa400 text on a black background
contrast 8.96:1
Card sample
#cfa400 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa400;
Background color
Panel with #cfa400 background
background-color: #cfa400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 164, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 164, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa400; background: linear-gradient(135deg, #cfa400, #70CF00);