#cfa113
a dark, electric yellow · cool · closest name: orange
RGB
207, 161, 19
HSL
45°, 83%, 44%
CMYK
0, 22, 91, 19
Luminance
0.3880
Every format
| HEX | #cfa113 |
| RGB | rgb(207, 161, 19) |
| HSL | hsl(45, 83%, 44%) |
| CMYK | cmyk(0%, 22%, 91%, 19%) |
| LAB | lab(68.6 5.6 69.5) |
| LCH | lch(68.6 69.7 85.4) |
| OKLCH | oklch(0.732 0.146 87.4) |
Copy-ready code
/* CSS */
color: #cfa113;
background-color: #cfa113;
/* Tailwind (arbitrary) */
class="text-[#cfa113] bg-[#cfa113]"
/* SCSS */
$brand: #cfa113;
/* SwiftUI */
Color(red: 0.812, green: 0.631, blue: 0.075)
/* Android */
Color.parseColor("#cfa113")Accessibility — WCAG contrast
Aa
#cfa113 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa113 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green63.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow90.8%
Key (black)18.8%
Color previews
#cfa113 text on a black background
contrast 8.76:1
Card sample
#cfa113 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa113;
Background color
Panel with #cfa113 background
background-color: #cfa113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 161, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 161, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa113; background: linear-gradient(135deg, #cfa113, #80CF13);