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