#ce7ada
a light, vivid magenta / pink · warm · closest name: orchid
RGB
206, 122, 218
HSL
293°, 57%, 67%
CMYK
6, 44, 0, 15
Luminance
0.3210
Every format
| HEX | #ce7ada |
| RGB | rgb(206, 122, 218) |
| HSL | hsl(293, 57%, 67%) |
| CMYK | cmyk(6%, 44%, 0%, 15%) |
| LAB | lab(63.4 47.5 -35.8) |
| LCH | lch(63.4 59.5 323.0) |
| OKLCH | oklch(0.704 0.161 322.4) |
Copy-ready code
/* CSS */
color: #ce7ada;
background-color: #ce7ada;
/* Tailwind (arbitrary) */
class="text-[#ce7ada] bg-[#ce7ada]"
/* SCSS */
$brand: #ce7ada;
/* SwiftUI */
Color(red: 0.808, green: 0.478, blue: 0.855)
/* Android */
Color.parseColor("#ce7ada")Accessibility — WCAG contrast
Aa
#ce7ada on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7ada on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green47.8%
Blue85.5%
CMYK percentages
Cyan5.5%
Magenta44.0%
Yellow0.0%
Key (black)14.5%
Color previews
#ce7ada text on a black background
contrast 7.42:1
Card sample
#ce7ada text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7ada;
Background color
Panel with #ce7ada background
background-color: #ce7ada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7ada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 122, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 122, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7ada; background: linear-gradient(135deg, #ce7ada, #DA7AA6);