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