#ce481f
a balanced, vivid red · warm · closest name: tomato
RGB
206, 72, 31
HSL
14°, 74%, 47%
CMYK
0, 65, 85, 19
Luminance
0.1786
Every format
| HEX | #ce481f |
| RGB | rgb(206, 72, 31) |
| HSL | hsl(14, 74%, 47%) |
| CMYK | cmyk(0%, 65%, 85%, 19%) |
| LAB | lab(49.3 51.2 50.5) |
| LCH | lch(49.3 71.9 44.6) |
| OKLCH | oklch(0.583 0.177 36.6) |
Copy-ready code
/* CSS */
color: #ce481f;
background-color: #ce481f;
/* Tailwind (arbitrary) */
class="text-[#ce481f] bg-[#ce481f]"
/* SCSS */
$brand: #ce481f;
/* SwiftUI */
Color(red: 0.808, green: 0.282, blue: 0.122)
/* Android */
Color.parseColor("#ce481f")Accessibility — WCAG contrast
Aa
#ce481f on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce481f on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green28.2%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow85.0%
Key (black)19.2%
Color previews
#ce481f text on a black background
contrast 4.57:1
Card sample
#ce481f text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce481f;
Background color
Panel with #ce481f background
background-color: #ce481f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce481f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 72, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 72, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce481f; background: linear-gradient(135deg, #ce481f, #CEBD1F);