#ce720f
a dark, electric orange · warm · closest name: chocolate
RGB
206, 114, 15
HSL
31°, 86%, 43%
CMYK
0, 45, 93, 19
Luminance
0.2519
Every format
| HEX | #ce720f |
| RGB | rgb(206, 114, 15) |
| HSL | hsl(31, 86%, 43%) |
| CMYK | cmyk(0%, 45%, 93%, 19%) |
| LAB | lab(57.3 30.4 61.8) |
| LCH | lch(57.3 68.9 63.8) |
| OKLCH | oklch(0.643 0.149 58.4) |
Copy-ready code
/* CSS */
color: #ce720f;
background-color: #ce720f;
/* Tailwind (arbitrary) */
class="text-[#ce720f] bg-[#ce720f]"
/* SCSS */
$brand: #ce720f;
/* SwiftUI */
Color(red: 0.808, green: 0.447, blue: 0.059)
/* Android */
Color.parseColor("#ce720f")Accessibility — WCAG contrast
Aa
#ce720f on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce720f on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green44.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow92.7%
Key (black)19.2%
Color previews
#ce720f text on a black background
contrast 6.04:1
Card sample
#ce720f text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce720f;
Background color
Panel with #ce720f background
background-color: #ce720f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce720f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 114, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 114, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce720f; background: linear-gradient(135deg, #ce720f, #ABCE0F);