#ce284d
a balanced, vivid red · warm · closest name: crimson
RGB
206, 40, 77
HSL
347°, 68%, 48%
CMYK
0, 81, 63, 19
Luminance
0.1518
Every format
| HEX | #ce284d |
| RGB | rgb(206, 40, 77) |
| HSL | hsl(347, 68%, 48%) |
| CMYK | cmyk(0%, 81%, 63%, 19%) |
| LAB | lab(45.9 64.2 21.2) |
| LCH | lch(45.9 67.6 18.3) |
| OKLCH | oklch(0.559 0.199 15.0) |
Copy-ready code
/* CSS */
color: #ce284d;
background-color: #ce284d;
/* Tailwind (arbitrary) */
class="text-[#ce284d] bg-[#ce284d]"
/* SCSS */
$brand: #ce284d;
/* SwiftUI */
Color(red: 0.808, green: 0.157, blue: 0.302)
/* Android */
Color.parseColor("#ce284d")Accessibility — WCAG contrast
Aa
#ce284d on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce284d on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green15.7%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow62.6%
Key (black)19.2%
Color previews
#ce284d text on a black background
contrast 4.04:1
Card sample
#ce284d text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce284d;
Background color
Panel with #ce284d background
background-color: #ce284d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce284d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 40, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 40, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce284d; background: linear-gradient(135deg, #ce284d, #CE7228);