#ce3f3f
a balanced, vivid red · warm · closest name: firebrick
RGB
206, 63, 63
HSL
0°, 59%, 53%
CMYK
0, 69, 69, 19
Luminance
0.1704
Every format
| HEX | #ce3f3f |
| RGB | rgb(206, 63, 63) |
| HSL | hsl(0, 59%, 53%) |
| CMYK | cmyk(0%, 69%, 69%, 19%) |
| LAB | lab(48.3 56.0 32.7) |
| LCH | lch(48.3 64.8 30.3) |
| OKLCH | oklch(0.576 0.180 24.8) |
Copy-ready code
/* CSS */
color: #ce3f3f;
background-color: #ce3f3f;
/* Tailwind (arbitrary) */
class="text-[#ce3f3f] bg-[#ce3f3f]"
/* SCSS */
$brand: #ce3f3f;
/* SwiftUI */
Color(red: 0.808, green: 0.247, blue: 0.247)
/* Android */
Color.parseColor("#ce3f3f")Accessibility — WCAG contrast
Aa
#ce3f3f on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce3f3f on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green24.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow69.4%
Key (black)19.2%
Color previews
#ce3f3f text on a black background
contrast 4.41:1
Card sample
#ce3f3f text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3f3f;
Background color
Panel with #ce3f3f background
background-color: #ce3f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 63, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 63, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3f3f; background: linear-gradient(135deg, #ce3f3f, #CE9E3F);