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