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