#cba3f3
a light, electric violet · warm · closest name: plum
RGB
203, 163, 243
HSL
270°, 77%, 80%
CMYK
17, 33, 0, 5
Luminance
0.4536
Every format
| HEX | #cba3f3 |
| RGB | rgb(203, 163, 243) |
| HSL | hsl(270, 77%, 80%) |
| CMYK | cmyk(17%, 33%, 0%, 5%) |
| LAB | lab(73.1 29.7 -34.5) |
| LCH | lch(73.1 45.5 310.7) |
| OKLCH | oklch(0.780 0.119 306.7) |
Copy-ready code
/* CSS */
color: #cba3f3;
background-color: #cba3f3;
/* Tailwind (arbitrary) */
class="text-[#cba3f3] bg-[#cba3f3]"
/* SCSS */
$brand: #cba3f3;
/* SwiftUI */
Color(red: 0.796, green: 0.639, blue: 0.953)
/* Android */
Color.parseColor("#cba3f3")Accessibility — WCAG contrast
Aa
#cba3f3 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba3f3 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green63.9%
Blue95.3%
CMYK percentages
Cyan16.5%
Magenta32.9%
Yellow0.0%
Key (black)4.7%
Color previews
#cba3f3 text on a black background
contrast 10.07:1
Card sample
#cba3f3 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba3f3;
Background color
Panel with #cba3f3 background
background-color: #cba3f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba3f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 163, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 163, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba3f3; background: linear-gradient(135deg, #cba3f3, #F3A3E6);