#cf9600
a dark, electric yellow · warm · closest name: orange
RGB
207, 150, 0
HSL
44°, 100%, 41%
CMYK
0, 28, 100, 19
Luminance
0.3508
Every format
| HEX | #cf9600 |
| RGB | rgb(207, 150, 0) |
| HSL | hsl(44, 100%, 41%) |
| CMYK | cmyk(0%, 28%, 100%, 19%) |
| LAB | lab(65.8 11.3 70.2) |
| LCH | lch(65.8 71.1 80.9) |
| OKLCH | oklch(0.709 0.146 81.4) |
Copy-ready code
/* CSS */
color: #cf9600;
background-color: #cf9600;
/* Tailwind (arbitrary) */
class="text-[#cf9600] bg-[#cf9600]"
/* SCSS */
$brand: #cf9600;
/* SwiftUI */
Color(red: 0.812, green: 0.588, blue: 0.000)
/* Android */
Color.parseColor("#cf9600")Accessibility — WCAG contrast
Aa
#cf9600 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9600 on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow100.0%
Key (black)18.8%
Color previews
#cf9600 text on a black background
contrast 8.02:1
Card sample
#cf9600 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9600;
Background color
Panel with #cf9600 background
background-color: #cf9600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 150, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 150, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9600; background: linear-gradient(135deg, #cf9600, #7ECF00);