#c6cefd
a pale, electric blue · warm · closest name: lavender
RGB
198, 206, 253
HSL
231°, 93%, 88%
CMYK
22, 19, 0, 1
Luminance
0.6324
Every format
| HEX | #c6cefd |
| RGB | rgb(198, 206, 253) |
| HSL | hsl(231, 93%, 88%) |
| CMYK | cmyk(22%, 19%, 0%, 1%) |
| LAB | lab(83.6 7.0 -23.9) |
| LCH | lch(83.6 24.9 286.3) |
| OKLCH | oklch(0.861 0.066 277.4) |
Copy-ready code
/* CSS */
color: #c6cefd;
background-color: #c6cefd;
/* Tailwind (arbitrary) */
class="text-[#c6cefd] bg-[#c6cefd]"
/* SCSS */
$brand: #c6cefd;
/* SwiftUI */
Color(red: 0.776, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#c6cefd")Accessibility — WCAG contrast
Aa
#c6cefd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cefd on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.8%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c6cefd text on a black background
contrast 13.65:1
Card sample
#c6cefd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cefd;
Background color
Panel with #c6cefd background
background-color: #c6cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cefd; background: linear-gradient(135deg, #c6cefd, #E3C6FD);