#c3bfe2
a light, soft blue · warm · closest name: lavender
RGB
195, 191, 226
HSL
247°, 38%, 82%
CMYK
14, 16, 0, 11
Luminance
0.5435
Every format
| HEX | #c3bfe2 |
| RGB | rgb(195, 191, 226) |
| HSL | hsl(247, 38%, 82%) |
| CMYK | cmyk(14%, 16%, 0%, 11%) |
| LAB | lab(78.7 8.3 -16.9) |
| LCH | lch(78.7 18.8 296.0) |
| OKLCH | oklch(0.819 0.049 290.5) |
Copy-ready code
/* CSS */
color: #c3bfe2;
background-color: #c3bfe2;
/* Tailwind (arbitrary) */
class="text-[#c3bfe2] bg-[#c3bfe2]"
/* SCSS */
$brand: #c3bfe2;
/* SwiftUI */
Color(red: 0.765, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#c3bfe2")Accessibility — WCAG contrast
Aa
#c3bfe2 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bfe2 on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green74.9%
Blue88.6%
CMYK percentages
Cyan13.7%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#c3bfe2 text on a black background
contrast 11.87:1
Card sample
#c3bfe2 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bfe2;
Background color
Panel with #c3bfe2 background
background-color: #c3bfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bfe2; background: linear-gradient(135deg, #c3bfe2, #DABFE2);