#ce3d52
a balanced, vivid red · warm · closest name: crimson
RGB
206, 61, 82
HSL
351°, 60%, 52%
CMYK
0, 70, 60, 19
Luminance
0.1707
Every format
| HEX | #ce3d52 |
| RGB | rgb(206, 61, 82) |
| HSL | hsl(351, 60%, 52%) |
| CMYK | cmyk(0%, 70%, 60%, 19%) |
| LAB | lab(48.4 57.9 21.4) |
| LCH | lch(48.4 61.7 20.3) |
| OKLCH | oklch(0.577 0.181 16.8) |
Copy-ready code
/* CSS */
color: #ce3d52;
background-color: #ce3d52;
/* Tailwind (arbitrary) */
class="text-[#ce3d52] bg-[#ce3d52]"
/* SCSS */
$brand: #ce3d52;
/* SwiftUI */
Color(red: 0.808, green: 0.239, blue: 0.322)
/* Android */
Color.parseColor("#ce3d52")Accessibility — WCAG contrast
Aa
#ce3d52 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce3d52 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.9%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow60.2%
Key (black)19.2%
Color previews
#ce3d52 text on a black background
contrast 4.41:1
Card sample
#ce3d52 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3d52;
Background color
Panel with #ce3d52 background
background-color: #ce3d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 61, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 61, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3d52; background: linear-gradient(135deg, #ce3d52, #CE893D);