#c6deee
a pale, vivid blue · cool · closest name: lavender
RGB
198, 222, 238
HSL
204°, 54%, 86%
CMYK
17, 7, 0, 7
Luminance
0.7042
Every format
| HEX | #c6deee |
| RGB | rgb(198, 222, 238) |
| HSL | hsl(204, 54%, 86%) |
| CMYK | cmyk(17%, 7%, 0%, 7%) |
| LAB | lab(87.2 -4.7 -10.5) |
| LCH | lch(87.2 11.5 245.9) |
| OKLCH | oklch(0.888 0.034 237.0) |
Copy-ready code
/* CSS */
color: #c6deee;
background-color: #c6deee;
/* Tailwind (arbitrary) */
class="text-[#c6deee] bg-[#c6deee]"
/* SCSS */
$brand: #c6deee;
/* SwiftUI */
Color(red: 0.776, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#c6deee")Accessibility — WCAG contrast
Aa
#c6deee on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6deee on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green87.1%
Blue93.3%
CMYK percentages
Cyan16.8%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#c6deee text on a black background
contrast 15.08:1
Card sample
#c6deee text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6deee;
Background color
Panel with #c6deee background
background-color: #c6deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6deee; background: linear-gradient(135deg, #c6deee, #C9C6EE);