#ce7cdf
a light, vivid violet · warm · closest name: orchid
RGB
206, 124, 223
HSL
290°, 61%, 68%
CMYK
8, 44, 0, 13
Luminance
0.3286
Every format
| HEX | #ce7cdf |
| RGB | rgb(206, 124, 223) |
| HSL | hsl(290, 61%, 68%) |
| CMYK | cmyk(8%, 44%, 0%, 13%) |
| LAB | lab(64.0 47.5 -37.6) |
| LCH | lch(64.0 60.5 321.6) |
| OKLCH | oklch(0.710 0.163 320.6) |
Copy-ready code
/* CSS */
color: #ce7cdf;
background-color: #ce7cdf;
/* Tailwind (arbitrary) */
class="text-[#ce7cdf] bg-[#ce7cdf]"
/* SCSS */
$brand: #ce7cdf;
/* SwiftUI */
Color(red: 0.808, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#ce7cdf")Accessibility — WCAG contrast
Aa
#ce7cdf on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7cdf on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green48.6%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ce7cdf text on a black background
contrast 7.57:1
Card sample
#ce7cdf text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7cdf;
Background color
Panel with #ce7cdf background
background-color: #ce7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7cdf; background: linear-gradient(135deg, #ce7cdf, #DF7CAE);