#ce2139
a balanced, vivid red · warm · closest name: crimson
RGB
206, 33, 57
HSL
352°, 72%, 47%
CMYK
0, 84, 72, 19
Luminance
0.1450
Every format
| HEX | #ce2139 |
| RGB | rgb(206, 33, 57) |
| HSL | hsl(352, 72%, 47%) |
| CMYK | cmyk(0%, 84%, 72%, 19%) |
| LAB | lab(45.0 64.9 32.2) |
| LCH | lch(45.0 72.5 26.4) |
| OKLCH | oklch(0.551 0.204 21.1) |
Copy-ready code
/* CSS */
color: #ce2139;
background-color: #ce2139;
/* Tailwind (arbitrary) */
class="text-[#ce2139] bg-[#ce2139]"
/* SCSS */
$brand: #ce2139;
/* SwiftUI */
Color(red: 0.808, green: 0.129, blue: 0.224)
/* Android */
Color.parseColor("#ce2139")Accessibility — WCAG contrast
Aa
#ce2139 on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce2139 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green12.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta84.0%
Yellow72.3%
Key (black)19.2%
Color previews
#ce2139 text on a black background
contrast 3.90:1
Card sample
#ce2139 text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2139;
Background color
Panel with #ce2139 background
background-color: #ce2139;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2139;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 33, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 33, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2139; background: linear-gradient(135deg, #ce2139, #CE7D21);