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