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