#ce321f
a balanced, vivid red · warm · closest name: firebrick
RGB
206, 50, 31
HSL
7°, 74%, 47%
CMYK
0, 76, 85, 19
Luminance
0.1550
Every format
| HEX | #ce321f |
| RGB | rgb(206, 50, 31) |
| HSL | hsl(7, 74%, 47%) |
| CMYK | cmyk(0%, 76%, 85%, 19%) |
| LAB | lab(46.3 59.4 47.9) |
| LCH | lch(46.3 76.3 38.9) |
| OKLCH | oklch(0.560 0.195 30.7) |
Copy-ready code
/* CSS */
color: #ce321f;
background-color: #ce321f;
/* Tailwind (arbitrary) */
class="text-[#ce321f] bg-[#ce321f]"
/* SCSS */
$brand: #ce321f;
/* SwiftUI */
Color(red: 0.808, green: 0.196, blue: 0.122)
/* Android */
Color.parseColor("#ce321f")Accessibility — WCAG contrast
Aa
#ce321f on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce321f on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green19.6%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta75.7%
Yellow85.0%
Key (black)19.2%
Color previews
#ce321f text on a black background
contrast 4.10:1
Card sample
#ce321f text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce321f;
Background color
Panel with #ce321f background
background-color: #ce321f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce321f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 50, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 50, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce321f; background: linear-gradient(135deg, #ce321f, #CEA71F);