#cf9b00
a dark, electric yellow · warm · closest name: orange
RGB
207, 155, 0
HSL
45°, 100%, 41%
CMYK
0, 25, 100, 19
Luminance
0.3671
Every format
| HEX | #cf9b00 |
| RGB | rgb(207, 155, 0) |
| HSL | hsl(45, 100%, 41%) |
| CMYK | cmyk(0%, 25%, 100%, 19%) |
| LAB | lab(67.1 8.6 71.0) |
| LCH | lch(67.1 71.6 83.1) |
| OKLCH | oklch(0.719 0.147 84.4) |
Copy-ready code
/* CSS */
color: #cf9b00;
background-color: #cf9b00;
/* Tailwind (arbitrary) */
class="text-[#cf9b00] bg-[#cf9b00]"
/* SCSS */
$brand: #cf9b00;
/* SwiftUI */
Color(red: 0.812, green: 0.608, blue: 0.000)
/* Android */
Color.parseColor("#cf9b00")Accessibility — WCAG contrast
Aa
#cf9b00 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9b00 on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow100.0%
Key (black)18.8%
Color previews
#cf9b00 text on a black background
contrast 8.34:1
Card sample
#cf9b00 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9b00;
Background color
Panel with #cf9b00 background
background-color: #cf9b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 155, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 155, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9b00; background: linear-gradient(135deg, #cf9b00, #79CF00);