#ce3bab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 59, 171
HSL
314°, 60%, 52%
CMYK
0, 71, 17, 19
Luminance
0.1919
Every format
| HEX | #ce3bab |
| RGB | rgb(206, 59, 171) |
| HSL | hsl(314, 60%, 52%) |
| CMYK | cmyk(0%, 71%, 17%, 19%) |
| LAB | lab(50.9 67.8 -28.4) |
| LCH | lch(50.9 73.5 337.3) |
| OKLCH | oklch(0.605 0.215 339.1) |
Copy-ready code
/* CSS */
color: #ce3bab;
background-color: #ce3bab;
/* Tailwind (arbitrary) */
class="text-[#ce3bab] bg-[#ce3bab]"
/* SCSS */
$brand: #ce3bab;
/* SwiftUI */
Color(red: 0.808, green: 0.231, blue: 0.671)
/* Android */
Color.parseColor("#ce3bab")Accessibility — WCAG contrast
Aa
#ce3bab on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3bab on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow17.0%
Key (black)19.2%
Color previews
#ce3bab text on a black background
contrast 4.84:1
Card sample
#ce3bab text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3bab;
Background color
Panel with #ce3bab background
background-color: #ce3bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 59, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 59, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3bab; background: linear-gradient(135deg, #ce3bab, #CE3B49);