#c6dfec
a pale, vivid blue · cool · closest name: lavender
RGB
198, 223, 236
HSL
201°, 50%, 85%
CMYK
16, 6, 0, 8
Luminance
0.7084
Every format
| HEX | #c6dfec |
| RGB | rgb(198, 223, 236) |
| HSL | hsl(201, 50%, 85%) |
| CMYK | cmyk(16%, 6%, 0%, 8%) |
| LAB | lab(87.4 -5.6 -9.1) |
| LCH | lch(87.4 10.7 238.4) |
| OKLCH | oklch(0.889 0.032 230.3) |
Copy-ready code
/* CSS */
color: #c6dfec;
background-color: #c6dfec;
/* Tailwind (arbitrary) */
class="text-[#c6dfec] bg-[#c6dfec]"
/* SCSS */
$brand: #c6dfec;
/* SwiftUI */
Color(red: 0.776, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#c6dfec")Accessibility — WCAG contrast
Aa
#c6dfec on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6dfec on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green87.5%
Blue92.5%
CMYK percentages
Cyan16.1%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#c6dfec text on a black background
contrast 15.17:1
Card sample
#c6dfec text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6dfec;
Background color
Panel with #c6dfec background
background-color: #c6dfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6dfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6dfec; background: linear-gradient(135deg, #c6dfec, #C6C6EC);