#ce5fba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 95, 186
HSL
311°, 53%, 59%
CMYK
0, 54, 10, 19
Luminance
0.2485
Every format
| HEX | #ce5fba |
| RGB | rgb(206, 95, 186) |
| HSL | hsl(311, 53%, 59%) |
| CMYK | cmyk(0%, 54%, 10%, 19%) |
| LAB | lab(56.9 55.3 -27.8) |
| LCH | lch(56.9 61.9 333.3) |
| OKLCH | oklch(0.651 0.177 334.8) |
Copy-ready code
/* CSS */
color: #ce5fba;
background-color: #ce5fba;
/* Tailwind (arbitrary) */
class="text-[#ce5fba] bg-[#ce5fba]"
/* SCSS */
$brand: #ce5fba;
/* SwiftUI */
Color(red: 0.808, green: 0.373, blue: 0.729)
/* Android */
Color.parseColor("#ce5fba")Accessibility — WCAG contrast
Aa
#ce5fba on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5fba on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green37.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta53.9%
Yellow9.7%
Key (black)19.2%
Color previews
#ce5fba text on a black background
contrast 5.97:1
Card sample
#ce5fba text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5fba;
Background color
Panel with #ce5fba background
background-color: #ce5fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 95, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 95, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5fba; background: linear-gradient(135deg, #ce5fba, #CE5F70);