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