#c3cefd
a pale, electric blue · warm · closest name: lavender
RGB
195, 206, 253
HSL
229°, 94%, 88%
CMYK
23, 19, 0, 1
Luminance
0.6284
Every format
| HEX | #c3cefd |
| RGB | rgb(195, 206, 253) |
| HSL | hsl(229, 94%, 88%) |
| CMYK | cmyk(23%, 19%, 0%, 1%) |
| LAB | lab(83.4 6.1 -24.2) |
| LCH | lch(83.4 25.0 284.1) |
| OKLCH | oklch(0.859 0.067 274.6) |
Copy-ready code
/* CSS */
color: #c3cefd;
background-color: #c3cefd;
/* Tailwind (arbitrary) */
class="text-[#c3cefd] bg-[#c3cefd]"
/* SCSS */
$brand: #c3cefd;
/* SwiftUI */
Color(red: 0.765, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#c3cefd")Accessibility — WCAG contrast
Aa
#c3cefd on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cefd on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green80.8%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c3cefd text on a black background
contrast 13.57:1
Card sample
#c3cefd text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cefd;
Background color
Panel with #c3cefd background
background-color: #c3cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cefd; background: linear-gradient(135deg, #c3cefd, #DFC3FD);