#ce0f5f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
206, 15, 95
HSL
335°, 86%, 43%
CMYK
0, 93, 54, 19
Luminance
0.1429
Every format
| HEX | #ce0f5f |
| RGB | rgb(206, 15, 95) |
| HSL | hsl(335, 86%, 43%) |
| CMYK | cmyk(0%, 93%, 54%, 19%) |
| LAB | lab(44.6 70.0 8.3) |
| LCH | lch(44.6 70.5 6.8) |
| OKLCH | oklch(0.551 0.215 5.8) |
Copy-ready code
/* CSS */
color: #ce0f5f;
background-color: #ce0f5f;
/* Tailwind (arbitrary) */
class="text-[#ce0f5f] bg-[#ce0f5f]"
/* SCSS */
$brand: #ce0f5f;
/* SwiftUI */
Color(red: 0.808, green: 0.059, blue: 0.373)
/* Android */
Color.parseColor("#ce0f5f")Accessibility — WCAG contrast
Aa
#ce0f5f on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce0f5f on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green5.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta92.7%
Yellow53.9%
Key (black)19.2%
Color previews
#ce0f5f text on a black background
contrast 3.86:1
Card sample
#ce0f5f text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0f5f;
Background color
Panel with #ce0f5f background
background-color: #ce0f5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0f5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 15, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 15, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0f5f; background: linear-gradient(135deg, #ce0f5f, #CE3E0F);