#ce3cba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 60, 186
HSL
308°, 60%, 52%
CMYK
0, 71, 10, 19
Luminance
0.1990
Every format
| HEX | #ce3cba |
| RGB | rgb(206, 60, 186) |
| HSL | hsl(308, 60%, 52%) |
| CMYK | cmyk(0%, 71%, 10%, 19%) |
| LAB | lab(51.7 69.6 -35.9) |
| LCH | lch(51.7 78.3 332.7) |
| OKLCH | oklch(0.614 0.225 334.1) |
Copy-ready code
/* CSS */
color: #ce3cba;
background-color: #ce3cba;
/* Tailwind (arbitrary) */
class="text-[#ce3cba] bg-[#ce3cba]"
/* SCSS */
$brand: #ce3cba;
/* SwiftUI */
Color(red: 0.808, green: 0.235, blue: 0.729)
/* Android */
Color.parseColor("#ce3cba")Accessibility — WCAG contrast
Aa
#ce3cba on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3cba on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow9.7%
Key (black)19.2%
Color previews
#ce3cba text on a black background
contrast 4.98:1
Card sample
#ce3cba text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3cba;
Background color
Panel with #ce3cba background
background-color: #ce3cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 60, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 60, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3cba; background: linear-gradient(135deg, #ce3cba, #CE3C59);