#ce7acb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 122, 203
HSL
302°, 46%, 64%
CMYK
0, 41, 2, 19
Luminance
0.3135
Every format
| HEX | #ce7acb |
| RGB | rgb(206, 122, 203) |
| HSL | hsl(302, 46%, 64%) |
| CMYK | cmyk(0%, 41%, 2%, 19%) |
| LAB | lab(62.8 44.7 -28.3) |
| LCH | lch(62.8 53.0 327.6) |
| OKLCH | oklch(0.698 0.147 328.3) |
Copy-ready code
/* CSS */
color: #ce7acb;
background-color: #ce7acb;
/* Tailwind (arbitrary) */
class="text-[#ce7acb] bg-[#ce7acb]"
/* SCSS */
$brand: #ce7acb;
/* SwiftUI */
Color(red: 0.808, green: 0.478, blue: 0.796)
/* Android */
Color.parseColor("#ce7acb")Accessibility — WCAG contrast
Aa
#ce7acb on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7acb on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green47.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow1.5%
Key (black)19.2%
Color previews
#ce7acb text on a black background
contrast 7.27:1
Card sample
#ce7acb text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7acb;
Background color
Panel with #ce7acb background
background-color: #ce7acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 122, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 122, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7acb; background: linear-gradient(135deg, #ce7acb, #CE7A93);