#ce7ae3
a light, vivid violet · warm · closest name: orchid
RGB
206, 122, 227
HSL
288°, 65%, 68%
CMYK
9, 46, 0, 11
Luminance
0.3259
Every format
| HEX | #ce7ae3 |
| RGB | rgb(206, 122, 227) |
| HSL | hsl(288, 65%, 68%) |
| CMYK | cmyk(9%, 46%, 0%, 11%) |
| LAB | lab(63.8 49.3 -40.2) |
| LCH | lch(63.8 63.6 320.8) |
| OKLCH | oklch(0.708 0.171 319.4) |
Copy-ready code
/* CSS */
color: #ce7ae3;
background-color: #ce7ae3;
/* Tailwind (arbitrary) */
class="text-[#ce7ae3] bg-[#ce7ae3]"
/* SCSS */
$brand: #ce7ae3;
/* SwiftUI */
Color(red: 0.808, green: 0.478, blue: 0.890)
/* Android */
Color.parseColor("#ce7ae3")Accessibility — WCAG contrast
Aa
#ce7ae3 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7ae3 on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green47.8%
Blue89.0%
CMYK percentages
Cyan9.3%
Magenta46.3%
Yellow0.0%
Key (black)11.0%
Color previews
#ce7ae3 text on a black background
contrast 7.52:1
Card sample
#ce7ae3 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7ae3;
Background color
Panel with #ce7ae3 background
background-color: #ce7ae3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7ae3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 122, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 122, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7ae3; background: linear-gradient(135deg, #ce7ae3, #E37AB2);