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