#cf8f02
a dark, electric yellow · warm · closest name: orange
RGB
207, 143, 2
HSL
41°, 98%, 41%
CMYK
0, 31, 99, 19
Luminance
0.3291
Every format
| HEX | #cf8f02 |
| RGB | rgb(207, 143, 2) |
| HSL | hsl(41, 98%, 41%) |
| CMYK | cmyk(0%, 31%, 99%, 19%) |
| LAB | lab(64.1 15.1 68.8) |
| LCH | lch(64.1 70.4 77.6) |
| OKLCH | oklch(0.696 0.145 76.9) |
Copy-ready code
/* CSS */
color: #cf8f02;
background-color: #cf8f02;
/* Tailwind (arbitrary) */
class="text-[#cf8f02] bg-[#cf8f02]"
/* SCSS */
$brand: #cf8f02;
/* SwiftUI */
Color(red: 0.812, green: 0.561, blue: 0.008)
/* Android */
Color.parseColor("#cf8f02")Accessibility — WCAG contrast
Aa
#cf8f02 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8f02 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.1%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow99.0%
Key (black)18.8%
Color previews
#cf8f02 text on a black background
contrast 7.58:1
Card sample
#cf8f02 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8f02;
Background color
Panel with #cf8f02 background
background-color: #cf8f02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8f02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 143, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 143, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8f02; background: linear-gradient(135deg, #cf8f02, #86CF02);