#ce236b
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
206, 35, 107
HSL
335°, 71%, 47%
CMYK
0, 83, 48, 19
Luminance
0.1539
Every format
| HEX | #ce236b |
| RGB | rgb(206, 35, 107) |
| HSL | hsl(335, 71%, 47%) |
| CMYK | cmyk(0%, 83%, 48%, 19%) |
| LAB | lab(46.2 67.5 3.0) |
| LCH | lch(46.2 67.6 2.6) |
| OKLCH | oklch(0.563 0.208 2.4) |
Copy-ready code
/* CSS */
color: #ce236b;
background-color: #ce236b;
/* Tailwind (arbitrary) */
class="text-[#ce236b] bg-[#ce236b]"
/* SCSS */
$brand: #ce236b;
/* SwiftUI */
Color(red: 0.808, green: 0.137, blue: 0.420)
/* Android */
Color.parseColor("#ce236b")Accessibility — WCAG contrast
Aa
#ce236b on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce236b on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green13.7%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow48.1%
Key (black)19.2%
Color previews
#ce236b text on a black background
contrast 4.08:1
Card sample
#ce236b text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce236b;
Background color
Panel with #ce236b background
background-color: #ce236b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce236b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 35, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 35, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce236b; background: linear-gradient(135deg, #ce236b, #CE4D23);