#c6dcff
a pale, electric blue · cool · closest name: lavender
RGB
198, 220, 255
HSL
217°, 100%, 89%
CMYK
22, 14, 0, 0
Luminance
0.7041
Every format
| HEX | #c6dcff |
| RGB | rgb(198, 220, 255) |
| HSL | hsl(217, 100%, 89%) |
| CMYK | cmyk(22%, 14%, 0%, 0%) |
| LAB | lab(87.2 0.0 -19.4) |
| LCH | lch(87.2 19.4 270.0) |
| OKLCH | oklch(0.889 0.054 259.7) |
Copy-ready code
/* CSS */
color: #c6dcff;
background-color: #c6dcff;
/* Tailwind (arbitrary) */
class="text-[#c6dcff] bg-[#c6dcff]"
/* SCSS */
$brand: #c6dcff;
/* SwiftUI */
Color(red: 0.776, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#c6dcff")Accessibility — WCAG contrast
Aa
#c6dcff on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6dcff on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green86.3%
Blue100.0%
CMYK percentages
Cyan22.4%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c6dcff text on a black background
contrast 15.08:1
Card sample
#c6dcff text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6dcff;
Background color
Panel with #c6dcff background
background-color: #c6dcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6dcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6dcff; background: linear-gradient(135deg, #c6dcff, #D6C6FF);