#ce5bba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 91, 186
HSL
310°, 54%, 58%
CMYK
0, 56, 10, 19
Luminance
0.2415
Every format
| HEX | #ce5bba |
| RGB | rgb(206, 91, 186) |
| HSL | hsl(310, 54%, 58%) |
| CMYK | cmyk(0%, 56%, 10%, 19%) |
| LAB | lab(56.2 57.1 -28.8) |
| LCH | lch(56.2 64.0 333.2) |
| OKLCH | oklch(0.646 0.183 334.7) |
Copy-ready code
/* CSS */
color: #ce5bba;
background-color: #ce5bba;
/* Tailwind (arbitrary) */
class="text-[#ce5bba] bg-[#ce5bba]"
/* SCSS */
$brand: #ce5bba;
/* SwiftUI */
Color(red: 0.808, green: 0.357, blue: 0.729)
/* Android */
Color.parseColor("#ce5bba")Accessibility — WCAG contrast
Aa
#ce5bba on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5bba on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green35.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta55.8%
Yellow9.7%
Key (black)19.2%
Color previews
#ce5bba text on a black background
contrast 5.83:1
Card sample
#ce5bba text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5bba;
Background color
Panel with #ce5bba background
background-color: #ce5bba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5bba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 91, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 91, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5bba; background: linear-gradient(135deg, #ce5bba, #CE5B6D);