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