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