#c3bfef
a light, vivid blue · warm · closest name: lavender
RGB
195, 191, 239
HSL
245°, 60%, 84%
CMYK
18, 20, 0, 6
Luminance
0.5510
Every format
| HEX | #c3bfef |
| RGB | rgb(195, 191, 239) |
| HSL | hsl(245, 60%, 84%) |
| CMYK | cmyk(18%, 20%, 0%, 6%) |
| LAB | lab(79.1 11.0 -23.2) |
| LCH | lch(79.1 25.7 295.4) |
| OKLCH | oklch(0.824 0.067 288.7) |
Copy-ready code
/* CSS */
color: #c3bfef;
background-color: #c3bfef;
/* Tailwind (arbitrary) */
class="text-[#c3bfef] bg-[#c3bfef]"
/* SCSS */
$brand: #c3bfef;
/* SwiftUI */
Color(red: 0.765, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#c3bfef")Accessibility — WCAG contrast
Aa
#c3bfef on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bfef on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green74.9%
Blue93.7%
CMYK percentages
Cyan18.4%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#c3bfef text on a black background
contrast 12.02:1
Card sample
#c3bfef text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bfef;
Background color
Panel with #c3bfef background
background-color: #c3bfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bfef; background: linear-gradient(135deg, #c3bfef, #E3BFEF);