#c7beee
a light, vivid blue · warm · closest name: lavender
RGB
199, 190, 238
HSL
251°, 59%, 84%
CMYK
16, 20, 0, 7
Luminance
0.5514
Every format
| HEX | #c7beee |
| RGB | rgb(199, 190, 238) |
| HSL | hsl(251, 59%, 84%) |
| CMYK | cmyk(16%, 20%, 0%, 7%) |
| LAB | lab(79.1 12.6 -22.6) |
| LCH | lch(79.1 25.9 299.1) |
| OKLCH | oklch(0.825 0.067 293.5) |
Copy-ready code
/* CSS */
color: #c7beee;
background-color: #c7beee;
/* Tailwind (arbitrary) */
class="text-[#c7beee] bg-[#c7beee]"
/* SCSS */
$brand: #c7beee;
/* SwiftUI */
Color(red: 0.780, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#c7beee")Accessibility — WCAG contrast
Aa
#c7beee on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7beee on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green74.5%
Blue93.3%
CMYK percentages
Cyan16.4%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#c7beee text on a black background
contrast 12.03:1
Card sample
#c7beee text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7beee;
Background color
Panel with #c7beee background
background-color: #c7beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7beee; background: linear-gradient(135deg, #c7beee, #E7BEEE);