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