#ce5abf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 90, 191
HSL
308°, 54%, 58%
CMYK
0, 56, 7, 19
Luminance
0.2420
Every format
| HEX | #ce5abf |
| RGB | rgb(206, 90, 191) |
| HSL | hsl(308, 54%, 58%) |
| CMYK | cmyk(0%, 56%, 7%, 19%) |
| LAB | lab(56.3 58.4 -31.6) |
| LCH | lch(56.3 66.4 331.6) |
| OKLCH | oklch(0.647 0.189 332.8) |
Copy-ready code
/* CSS */
color: #ce5abf;
background-color: #ce5abf;
/* Tailwind (arbitrary) */
class="text-[#ce5abf] bg-[#ce5abf]"
/* SCSS */
$brand: #ce5abf;
/* SwiftUI */
Color(red: 0.808, green: 0.353, blue: 0.749)
/* Android */
Color.parseColor("#ce5abf")Accessibility — WCAG contrast
Aa
#ce5abf on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5abf on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green35.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow7.3%
Key (black)19.2%
Color previews
#ce5abf text on a black background
contrast 5.84:1
Card sample
#ce5abf text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5abf;
Background color
Panel with #ce5abf background
background-color: #ce5abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 90, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 90, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5abf; background: linear-gradient(135deg, #ce5abf, #CE5A71);