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