#ce4561
a balanced, vivid red · warm · closest name: crimson
RGB
206, 69, 97
HSL
348°, 58%, 54%
CMYK
0, 67, 53, 19
Luminance
0.1824
Every format
| HEX | #ce4561 |
| RGB | rgb(206, 69, 97) |
| HSL | hsl(348, 58%, 54%) |
| CMYK | cmyk(0%, 67%, 53%, 19%) |
| LAB | lab(49.8 55.9 14.3) |
| LCH | lch(49.8 57.7 14.3) |
| OKLCH | oklch(0.589 0.173 12.1) |
Copy-ready code
/* CSS */
color: #ce4561;
background-color: #ce4561;
/* Tailwind (arbitrary) */
class="text-[#ce4561] bg-[#ce4561]"
/* SCSS */
$brand: #ce4561;
/* SwiftUI */
Color(red: 0.808, green: 0.271, blue: 0.380)
/* Android */
Color.parseColor("#ce4561")Accessibility — WCAG contrast
Aa
#ce4561 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce4561 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green27.1%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow52.9%
Key (black)19.2%
Color previews
#ce4561 text on a black background
contrast 4.65:1
Card sample
#ce4561 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4561;
Background color
Panel with #ce4561 background
background-color: #ce4561;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4561;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 69, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 69, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4561; background: linear-gradient(135deg, #ce4561, #CE8445);