#ce7ae7
a light, vivid violet · warm · closest name: orchid
RGB
206, 122, 231
HSL
286°, 69%, 69%
CMYK
11, 47, 0, 9
Luminance
0.3281
Every format
| HEX | #ce7ae7 |
| RGB | rgb(206, 122, 231) |
| HSL | hsl(286, 69%, 69%) |
| CMYK | cmyk(11%, 47%, 0%, 9%) |
| LAB | lab(64.0 50.1 -42.1) |
| LCH | lch(64.0 65.4 319.9) |
| OKLCH | oklch(0.710 0.175 318.1) |
Copy-ready code
/* CSS */
color: #ce7ae7;
background-color: #ce7ae7;
/* Tailwind (arbitrary) */
class="text-[#ce7ae7] bg-[#ce7ae7]"
/* SCSS */
$brand: #ce7ae7;
/* SwiftUI */
Color(red: 0.808, green: 0.478, blue: 0.906)
/* Android */
Color.parseColor("#ce7ae7")Accessibility — WCAG contrast
Aa
#ce7ae7 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7ae7 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green47.8%
Blue90.6%
CMYK percentages
Cyan10.8%
Magenta47.2%
Yellow0.0%
Key (black)9.4%
Color previews
#ce7ae7 text on a black background
contrast 7.56:1
Card sample
#ce7ae7 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7ae7;
Background color
Panel with #ce7ae7 background
background-color: #ce7ae7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7ae7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 122, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 122, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7ae7; background: linear-gradient(135deg, #ce7ae7, #E77AB7);