#c4ccfd
a pale, electric blue · warm · closest name: lavender
RGB
196, 204, 253
HSL
232°, 93%, 88%
CMYK
23, 19, 0, 1
Luminance
0.6201
Every format
| HEX | #c4ccfd |
| RGB | rgb(196, 204, 253) |
| HSL | hsl(232, 93%, 88%) |
| CMYK | cmyk(23%, 19%, 0%, 1%) |
| LAB | lab(82.9 7.5 -24.9) |
| LCH | lch(82.9 26.0 286.7) |
| OKLCH | oklch(0.855 0.069 277.6) |
Copy-ready code
/* CSS */
color: #c4ccfd;
background-color: #c4ccfd;
/* Tailwind (arbitrary) */
class="text-[#c4ccfd] bg-[#c4ccfd]"
/* SCSS */
$brand: #c4ccfd;
/* SwiftUI */
Color(red: 0.769, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#c4ccfd")Accessibility — WCAG contrast
Aa
#c4ccfd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ccfd on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green80.0%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c4ccfd text on a black background
contrast 13.40:1
Card sample
#c4ccfd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ccfd;
Background color
Panel with #c4ccfd background
background-color: #c4ccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ccfd; background: linear-gradient(135deg, #c4ccfd, #E2C4FD);