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