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