#ce3d3f
a balanced, vivid red · warm · closest name: firebrick
RGB
206, 61, 63
HSL
359°, 60%, 52%
CMYK
0, 70, 69, 19
Luminance
0.1682
Every format
| HEX | #ce3d3f |
| RGB | rgb(206, 61, 63) |
| HSL | hsl(359, 60%, 52%) |
| CMYK | cmyk(0%, 70%, 69%, 19%) |
| LAB | lab(48.0 56.8 32.4) |
| LCH | lch(48.0 65.3 29.7) |
| OKLCH | oklch(0.574 0.182 24.3) |
Copy-ready code
/* CSS */
color: #ce3d3f;
background-color: #ce3d3f;
/* Tailwind (arbitrary) */
class="text-[#ce3d3f] bg-[#ce3d3f]"
/* SCSS */
$brand: #ce3d3f;
/* SwiftUI */
Color(red: 0.808, green: 0.239, blue: 0.247)
/* Android */
Color.parseColor("#ce3d3f")Accessibility — WCAG contrast
Aa
#ce3d3f on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce3d3f on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow69.4%
Key (black)19.2%
Color previews
#ce3d3f text on a black background
contrast 4.36:1
Card sample
#ce3d3f text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3d3f;
Background color
Panel with #ce3d3f background
background-color: #ce3d3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3d3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 61, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 61, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3d3f; background: linear-gradient(135deg, #ce3d3f, #CE9C3D);