#ce960f
a dark, electric yellow · warm · closest name: orange
RGB
206, 150, 15
HSL
42°, 86%, 43%
CMYK
0, 27, 93, 19
Luminance
0.3497
Every format
| HEX | #ce960f |
| RGB | rgb(206, 150, 15) |
| HSL | hsl(42, 86%, 43%) |
| CMYK | cmyk(0%, 27%, 93%, 19%) |
| LAB | lab(65.7 11.0 68.0) |
| LCH | lch(65.7 68.8 80.8) |
| OKLCH | oklch(0.709 0.143 81.2) |
Copy-ready code
/* CSS */
color: #ce960f;
background-color: #ce960f;
/* Tailwind (arbitrary) */
class="text-[#ce960f] bg-[#ce960f]"
/* SCSS */
$brand: #ce960f;
/* SwiftUI */
Color(red: 0.808, green: 0.588, blue: 0.059)
/* Android */
Color.parseColor("#ce960f")Accessibility — WCAG contrast
Aa
#ce960f on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce960f on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green58.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow92.7%
Key (black)19.2%
Color previews
#ce960f text on a black background
contrast 7.99:1
Card sample
#ce960f text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce960f;
Background color
Panel with #ce960f background
background-color: #ce960f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce960f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 150, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 150, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce960f; background: linear-gradient(135deg, #ce960f, #87CE0F);