#c9bfe2
a light, soft violet · warm · closest name: lavender
RGB
201, 191, 226
HSL
257°, 38%, 82%
CMYK
11, 16, 0, 11
Luminance
0.5517
Every format
| HEX | #c9bfe2 |
| RGB | rgb(201, 191, 226) |
| HSL | hsl(257, 38%, 82%) |
| CMYK | cmyk(11%, 16%, 0%, 11%) |
| LAB | lab(79.1 10.2 -16.1) |
| LCH | lch(79.1 19.1 302.3) |
| OKLCH | oklch(0.824 0.050 298.4) |
Copy-ready code
/* CSS */
color: #c9bfe2;
background-color: #c9bfe2;
/* Tailwind (arbitrary) */
class="text-[#c9bfe2] bg-[#c9bfe2]"
/* SCSS */
$brand: #c9bfe2;
/* SwiftUI */
Color(red: 0.788, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#c9bfe2")Accessibility — WCAG contrast
Aa
#c9bfe2 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bfe2 on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green74.9%
Blue88.6%
CMYK percentages
Cyan11.1%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#c9bfe2 text on a black background
contrast 12.03:1
Card sample
#c9bfe2 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bfe2;
Background color
Panel with #c9bfe2 background
background-color: #c9bfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bfe2; background: linear-gradient(135deg, #c9bfe2, #E0BFE2);