#cf930c
a dark, electric yellow · warm · closest name: orange
RGB
207, 147, 12
HSL
42°, 89%, 43%
CMYK
0, 29, 94, 19
Luminance
0.3416
Every format
| HEX | #cf930c |
| RGB | rgb(207, 147, 12) |
| HSL | hsl(42, 89%, 43%) |
| CMYK | cmyk(0%, 29%, 94%, 19%) |
| LAB | lab(65.1 13.0 68.0) |
| LCH | lch(65.1 69.3 79.2) |
| OKLCH | oklch(0.704 0.144 79.0) |
Copy-ready code
/* CSS */
color: #cf930c;
background-color: #cf930c;
/* Tailwind (arbitrary) */
class="text-[#cf930c] bg-[#cf930c]"
/* SCSS */
$brand: #cf930c;
/* SwiftUI */
Color(red: 0.812, green: 0.576, blue: 0.047)
/* Android */
Color.parseColor("#cf930c")Accessibility — WCAG contrast
Aa
#cf930c on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf930c on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green57.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow94.2%
Key (black)18.8%
Color previews
#cf930c text on a black background
contrast 7.83:1
Card sample
#cf930c text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf930c;
Background color
Panel with #cf930c background
background-color: #cf930c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf930c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 147, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 147, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf930c; background: linear-gradient(135deg, #cf930c, #89CF0C);