#ce136f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
206, 19, 111
HSL
331°, 83%, 44%
CMYK
0, 91, 46, 19
Luminance
0.1474
Every format
| HEX | #ce136f |
| RGB | rgb(206, 19, 111) |
| HSL | hsl(331, 83%, 44%) |
| CMYK | cmyk(0%, 91%, 46%, 19%) |
| LAB | lab(45.3 70.8 -0.7) |
| LCH | lch(45.3 70.8 359.4) |
| OKLCH | oklch(0.557 0.218 359.7) |
Copy-ready code
/* CSS */
color: #ce136f;
background-color: #ce136f;
/* Tailwind (arbitrary) */
class="text-[#ce136f] bg-[#ce136f]"
/* SCSS */
$brand: #ce136f;
/* SwiftUI */
Color(red: 0.808, green: 0.075, blue: 0.435)
/* Android */
Color.parseColor("#ce136f")Accessibility — WCAG contrast
Aa
#ce136f on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce136f on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green7.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta90.8%
Yellow46.1%
Key (black)19.2%
Color previews
#ce136f text on a black background
contrast 3.95:1
Card sample
#ce136f text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce136f;
Background color
Panel with #ce136f background
background-color: #ce136f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce136f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 19, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 19, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce136f; background: linear-gradient(135deg, #ce136f, #CE3413);