#c6dfff
a pale, electric blue · cool · closest name: lavender
RGB
198, 223, 255
HSL
214°, 100%, 89%
CMYK
22, 13, 0, 0
Luminance
0.7200
Every format
| HEX | #c6dfff |
| RGB | rgb(198, 223, 255) |
| HSL | hsl(214, 100%, 89%) |
| CMYK | cmyk(22%, 13%, 0%, 0%) |
| LAB | lab(88.0 -1.6 -18.3) |
| LCH | lch(88.0 18.4 265.1) |
| OKLCH | oklch(0.895 0.052 254.7) |
Copy-ready code
/* CSS */
color: #c6dfff;
background-color: #c6dfff;
/* Tailwind (arbitrary) */
class="text-[#c6dfff] bg-[#c6dfff]"
/* SCSS */
$brand: #c6dfff;
/* SwiftUI */
Color(red: 0.776, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#c6dfff")Accessibility — WCAG contrast
Aa
#c6dfff on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6dfff on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green87.5%
Blue100.0%
CMYK percentages
Cyan22.4%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#c6dfff text on a black background
contrast 15.40:1
Card sample
#c6dfff text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6dfff;
Background color
Panel with #c6dfff background
background-color: #c6dfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6dfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6dfff; background: linear-gradient(135deg, #c6dfff, #D3C6FF);