#cba9f6
a light, electric violet · warm · closest name: plum
RGB
203, 169, 246
HSL
267°, 81%, 81%
CMYK
18, 31, 0, 4
Luminance
0.4773
Every format
| HEX | #cba9f6 |
| RGB | rgb(203, 169, 246) |
| HSL | hsl(267, 81%, 81%) |
| CMYK | cmyk(18%, 31%, 0%, 4%) |
| LAB | lab(74.7 27.0 -33.8) |
| LCH | lch(74.7 43.3 308.7) |
| OKLCH | oklch(0.792 0.113 304.2) |
Copy-ready code
/* CSS */
color: #cba9f6;
background-color: #cba9f6;
/* Tailwind (arbitrary) */
class="text-[#cba9f6] bg-[#cba9f6]"
/* SCSS */
$brand: #cba9f6;
/* SwiftUI */
Color(red: 0.796, green: 0.663, blue: 0.965)
/* Android */
Color.parseColor("#cba9f6")Accessibility — WCAG contrast
Aa
#cba9f6 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba9f6 on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green66.3%
Blue96.5%
CMYK percentages
Cyan17.5%
Magenta31.3%
Yellow0.0%
Key (black)3.5%
Color previews
#cba9f6 text on a black background
contrast 10.55:1
Card sample
#cba9f6 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba9f6;
Background color
Panel with #cba9f6 background
background-color: #cba9f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba9f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 169, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 169, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba9f6; background: linear-gradient(135deg, #cba9f6, #F6A9EE);