#ce6afb
a light, electric violet · warm · closest name: violet
RGB
206, 106, 251
HSL
281°, 95%, 70%
CMYK
18, 58, 0, 2
Luminance
0.3039
Every format
| HEX | #ce6afb |
| RGB | rgb(206, 106, 251) |
| HSL | hsl(281, 95%, 70%) |
| CMYK | cmyk(18%, 58%, 0%, 2%) |
| LAB | lab(62.0 62.0 -56.4) |
| LCH | lch(62.0 83.8 317.7) |
| OKLCH | oklch(0.699 0.220 314.0) |
Copy-ready code
/* CSS */
color: #ce6afb;
background-color: #ce6afb;
/* Tailwind (arbitrary) */
class="text-[#ce6afb] bg-[#ce6afb]"
/* SCSS */
$brand: #ce6afb;
/* SwiftUI */
Color(red: 0.808, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#ce6afb")Accessibility — WCAG contrast
Aa
#ce6afb on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce6afb on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green41.6%
Blue98.4%
CMYK percentages
Cyan17.9%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#ce6afb text on a black background
contrast 7.08:1
Card sample
#ce6afb text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6afb;
Background color
Panel with #ce6afb background
background-color: #ce6afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6afb; background: linear-gradient(135deg, #ce6afb, #FB6AC7);