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