#cba9f2
a light, vivid violet · warm · closest name: plum
RGB
203, 169, 242
HSL
268°, 74%, 81%
CMYK
16, 30, 0, 5
Luminance
0.4748
Every format
| HEX | #cba9f2 |
| RGB | rgb(203, 169, 242) |
| HSL | hsl(268, 74%, 81%) |
| CMYK | cmyk(16%, 30%, 0%, 5%) |
| LAB | lab(74.5 26.2 -31.9) |
| LCH | lch(74.5 41.2 309.4) |
| OKLCH | oklch(0.790 0.107 305.4) |
Copy-ready code
/* CSS */
color: #cba9f2;
background-color: #cba9f2;
/* Tailwind (arbitrary) */
class="text-[#cba9f2] bg-[#cba9f2]"
/* SCSS */
$brand: #cba9f2;
/* SwiftUI */
Color(red: 0.796, green: 0.663, blue: 0.949)
/* Android */
Color.parseColor("#cba9f2")Accessibility — WCAG contrast
Aa
#cba9f2 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba9f2 on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green66.3%
Blue94.9%
CMYK percentages
Cyan16.1%
Magenta30.2%
Yellow0.0%
Key (black)5.1%
Color previews
#cba9f2 text on a black background
contrast 10.50:1
Card sample
#cba9f2 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba9f2;
Background color
Panel with #cba9f2 background
background-color: #cba9f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba9f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 169, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 169, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba9f2; background: linear-gradient(135deg, #cba9f2, #F2A9E8);