#c28afd
a light, electric violet · warm · closest name: violet
RGB
194, 138, 253
HSL
269°, 97%, 77%
CMYK
23, 46, 0, 1
Luminance
0.3674
Every format
| HEX | #c28afd |
| RGB | rgb(194, 138, 253) |
| HSL | hsl(269, 97%, 77%) |
| CMYK | cmyk(23%, 46%, 0%, 1%) |
| LAB | lab(67.1 43.0 -49.5) |
| LCH | lch(67.1 65.5 311.0) |
| OKLCH | oklch(0.734 0.169 305.1) |
Copy-ready code
/* CSS */
color: #c28afd;
background-color: #c28afd;
/* Tailwind (arbitrary) */
class="text-[#c28afd] bg-[#c28afd]"
/* SCSS */
$brand: #c28afd;
/* SwiftUI */
Color(red: 0.761, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#c28afd")Accessibility — WCAG contrast
Aa
#c28afd on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c28afd on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green54.1%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c28afd text on a black background
contrast 8.35:1
Card sample
#c28afd text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c28afd;
Background color
Panel with #c28afd background
background-color: #c28afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c28afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c28afd; background: linear-gradient(135deg, #c28afd, #FD8AEB);