#ce7adf
a light, vivid violet · warm · closest name: orchid
RGB
206, 122, 223
HSL
290°, 61%, 68%
CMYK
8, 45, 0, 13
Luminance
0.3237
Every format
| HEX | #ce7adf |
| RGB | rgb(206, 122, 223) |
| HSL | hsl(290, 61%, 68%) |
| CMYK | cmyk(8%, 45%, 0%, 13%) |
| LAB | lab(63.6 48.5 -38.2) |
| LCH | lch(63.6 61.8 321.7) |
| OKLCH | oklch(0.707 0.166 320.7) |
Copy-ready code
/* CSS */
color: #ce7adf;
background-color: #ce7adf;
/* Tailwind (arbitrary) */
class="text-[#ce7adf] bg-[#ce7adf]"
/* SCSS */
$brand: #ce7adf;
/* SwiftUI */
Color(red: 0.808, green: 0.478, blue: 0.875)
/* Android */
Color.parseColor("#ce7adf")Accessibility — WCAG contrast
Aa
#ce7adf on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7adf on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green47.8%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta45.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ce7adf text on a black background
contrast 7.47:1
Card sample
#ce7adf text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7adf;
Background color
Panel with #ce7adf background
background-color: #ce7adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 122, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 122, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7adf; background: linear-gradient(135deg, #ce7adf, #DF7AAD);