#cf9f02
a dark, electric yellow · cool · closest name: orange
RGB
207, 159, 2
HSL
46°, 98%, 41%
CMYK
0, 23, 99, 19
Luminance
0.3807
Every format
| HEX | #cf9f02 |
| RGB | rgb(207, 159, 2) |
| HSL | hsl(46, 98%, 41%) |
| CMYK | cmyk(0%, 23%, 99%, 19%) |
| LAB | lab(68.1 6.4 71.5) |
| LCH | lch(68.1 71.8 84.9) |
| OKLCH | oklch(0.727 0.148 86.8) |
Copy-ready code
/* CSS */
color: #cf9f02;
background-color: #cf9f02;
/* Tailwind (arbitrary) */
class="text-[#cf9f02] bg-[#cf9f02]"
/* SCSS */
$brand: #cf9f02;
/* SwiftUI */
Color(red: 0.812, green: 0.624, blue: 0.008)
/* Android */
Color.parseColor("#cf9f02")Accessibility — WCAG contrast
Aa
#cf9f02 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9f02 on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.4%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow99.0%
Key (black)18.8%
Color previews
#cf9f02 text on a black background
contrast 8.61:1
Card sample
#cf9f02 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9f02;
Background color
Panel with #cf9f02 background
background-color: #cf9f02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9f02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 159, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 159, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9f02; background: linear-gradient(135deg, #cf9f02, #76CF02);