#c6dbfd
a pale, electric blue · cool · closest name: lavender
RGB
198, 219, 253
HSL
217°, 93%, 88%
CMYK
22, 13, 0, 1
Luminance
0.6976
Every format
| HEX | #c6dbfd |
| RGB | rgb(198, 219, 253) |
| HSL | hsl(217, 93%, 88%) |
| CMYK | cmyk(22%, 13%, 0%, 1%) |
| LAB | lab(86.9 0.1 -18.9) |
| LCH | lch(86.9 18.9 270.3) |
| OKLCH | oklch(0.887 0.052 260.0) |
Copy-ready code
/* CSS */
color: #c6dbfd;
background-color: #c6dbfd;
/* Tailwind (arbitrary) */
class="text-[#c6dbfd] bg-[#c6dbfd]"
/* SCSS */
$brand: #c6dbfd;
/* SwiftUI */
Color(red: 0.776, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#c6dbfd")Accessibility — WCAG contrast
Aa
#c6dbfd on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6dbfd on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green85.9%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c6dbfd text on a black background
contrast 14.95:1
Card sample
#c6dbfd text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6dbfd;
Background color
Panel with #c6dbfd background
background-color: #c6dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6dbfd; background: linear-gradient(135deg, #c6dbfd, #D6C6FD);