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