#ce124f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
206, 18, 79
HSL
341°, 84%, 44%
CMYK
0, 91, 62, 19
Luminance
0.1412
Every format
| HEX | #ce124f |
| RGB | rgb(206, 18, 79) |
| HSL | hsl(341, 84%, 44%) |
| CMYK | cmyk(0%, 91%, 62%, 19%) |
| LAB | lab(44.4 68.6 18.0) |
| LCH | lch(44.4 71.0 14.7) |
| OKLCH | oklch(0.548 0.212 12.0) |
Copy-ready code
/* CSS */
color: #ce124f;
background-color: #ce124f;
/* Tailwind (arbitrary) */
class="text-[#ce124f] bg-[#ce124f]"
/* SCSS */
$brand: #ce124f;
/* SwiftUI */
Color(red: 0.808, green: 0.071, blue: 0.310)
/* Android */
Color.parseColor("#ce124f")Accessibility — WCAG contrast
Aa
#ce124f on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce124f on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green7.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow61.7%
Key (black)19.2%
Color previews
#ce124f text on a black background
contrast 3.82:1
Card sample
#ce124f text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce124f;
Background color
Panel with #ce124f background
background-color: #ce124f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce124f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 18, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 18, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce124f; background: linear-gradient(135deg, #ce124f, #CE5212);