#ce511d
a balanced, electric orange · warm · closest name: chocolate
RGB
206, 81, 29
HSL
18°, 75%, 46%
CMYK
0, 61, 86, 19
Luminance
0.1910
Every format
| HEX | #ce511d |
| RGB | rgb(206, 81, 29) |
| HSL | hsl(18, 75%, 46%) |
| CMYK | cmyk(0%, 61%, 86%, 19%) |
| LAB | lab(50.8 47.2 52.6) |
| LCH | lch(50.8 70.6 48.1) |
| OKLCH | oklch(0.594 0.170 40.2) |
Copy-ready code
/* CSS */
color: #ce511d;
background-color: #ce511d;
/* Tailwind (arbitrary) */
class="text-[#ce511d] bg-[#ce511d]"
/* SCSS */
$brand: #ce511d;
/* SwiftUI */
Color(red: 0.808, green: 0.318, blue: 0.114)
/* Android */
Color.parseColor("#ce511d")Accessibility — WCAG contrast
Aa
#ce511d on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce511d on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green31.8%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow85.9%
Key (black)19.2%
Color previews
#ce511d text on a black background
contrast 4.82:1
Card sample
#ce511d text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce511d;
Background color
Panel with #ce511d background
background-color: #ce511d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce511d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 81, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 81, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce511d; background: linear-gradient(135deg, #ce511d, #CEC71D);