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