#c2b4f1
a light, vivid blue · warm · closest name: plum
RGB
194, 180, 241
HSL
254°, 69%, 83%
CMYK
20, 25, 0, 6
Luminance
0.5046
Every format
| HEX | #c2b4f1 |
| RGB | rgb(194, 180, 241) |
| HSL | hsl(254, 69%, 83%) |
| CMYK | cmyk(20%, 25%, 0%, 6%) |
| LAB | lab(76.3 17.2 -28.5) |
| LCH | lch(76.3 33.3 301.1) |
| OKLCH | oklch(0.803 0.086 294.9) |
Copy-ready code
/* CSS */
color: #c2b4f1;
background-color: #c2b4f1;
/* Tailwind (arbitrary) */
class="text-[#c2b4f1] bg-[#c2b4f1]"
/* SCSS */
$brand: #c2b4f1;
/* SwiftUI */
Color(red: 0.761, green: 0.706, blue: 0.945)
/* Android */
Color.parseColor("#c2b4f1")Accessibility — WCAG contrast
Aa
#c2b4f1 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2b4f1 on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green70.6%
Blue94.5%
CMYK percentages
Cyan19.5%
Magenta25.3%
Yellow0.0%
Key (black)5.5%
Color previews
#c2b4f1 text on a black background
contrast 11.09:1
Card sample
#c2b4f1 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2b4f1;
Background color
Panel with #c2b4f1 background
background-color: #c2b4f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2b4f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 180, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 180, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2b4f1; background: linear-gradient(135deg, #c2b4f1, #EBB4F1);