#ce082f
a dark, electric red · warm · closest name: crimson
RGB
206, 8, 47
HSL
348°, 93%, 42%
CMYK
0, 96, 77, 19
Luminance
0.1350
Every format
| HEX | #ce082f |
| RGB | rgb(206, 8, 47) |
| HSL | hsl(348, 93%, 42%) |
| CMYK | cmyk(0%, 96%, 77%, 19%) |
| LAB | lab(43.5 68.3 36.5) |
| LCH | lch(43.5 77.5 28.2) |
| OKLCH | oklch(0.540 0.215 22.0) |
Copy-ready code
/* CSS */
color: #ce082f;
background-color: #ce082f;
/* Tailwind (arbitrary) */
class="text-[#ce082f] bg-[#ce082f]"
/* SCSS */
$brand: #ce082f;
/* SwiftUI */
Color(red: 0.808, green: 0.031, blue: 0.184)
/* Android */
Color.parseColor("#ce082f")Accessibility — WCAG contrast
Aa
#ce082f on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce082f on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green3.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta96.1%
Yellow77.2%
Key (black)19.2%
Color previews
#ce082f text on a black background
contrast 3.70:1
Card sample
#ce082f text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce082f;
Background color
Panel with #ce082f background
background-color: #ce082f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce082f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 8, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 8, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce082f; background: linear-gradient(135deg, #ce082f, #CE6508);