#ce65ff
a light, electric violet · warm · closest name: violet
RGB
206, 101, 255
HSL
281°, 100%, 70%
CMYK
19, 60, 0, 0
Luminance
0.2965
Every format
| HEX | #ce65ff |
| RGB | rgb(206, 101, 255) |
| HSL | hsl(281, 100%, 70%) |
| CMYK | cmyk(19%, 60%, 0%, 0%) |
| LAB | lab(61.4 65.2 -59.6) |
| LCH | lch(61.4 88.3 317.6) |
| OKLCH | oklch(0.695 0.231 313.5) |
Copy-ready code
/* CSS */
color: #ce65ff;
background-color: #ce65ff;
/* Tailwind (arbitrary) */
class="text-[#ce65ff] bg-[#ce65ff]"
/* SCSS */
$brand: #ce65ff;
/* SwiftUI */
Color(red: 0.808, green: 0.396, blue: 1.000)
/* Android */
Color.parseColor("#ce65ff")Accessibility — WCAG contrast
Aa
#ce65ff on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce65ff on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green39.6%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta60.4%
Yellow0.0%
Key (black)0.0%
Color previews
#ce65ff text on a black background
contrast 6.93:1
Card sample
#ce65ff text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce65ff;
Background color
Panel with #ce65ff background
background-color: #ce65ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce65ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 101, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 101, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce65ff; background: linear-gradient(135deg, #ce65ff, #FF65C9);