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