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