#c3cdfc
a pale, electric blue · warm · closest name: lavender
RGB
195, 205, 252
HSL
230°, 91%, 88%
CMYK
23, 19, 0, 1
Luminance
0.6229
Every format
| HEX | #c3cdfc |
| RGB | rgb(195, 205, 252) |
| HSL | hsl(230, 91%, 88%) |
| CMYK | cmyk(23%, 19%, 0%, 1%) |
| LAB | lab(83.1 6.4 -24.1) |
| LCH | lch(83.1 25.0 284.8) |
| OKLCH | oklch(0.856 0.066 275.5) |
Copy-ready code
/* CSS */
color: #c3cdfc;
background-color: #c3cdfc;
/* Tailwind (arbitrary) */
class="text-[#c3cdfc] bg-[#c3cdfc]"
/* SCSS */
$brand: #c3cdfc;
/* SwiftUI */
Color(red: 0.765, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#c3cdfc")Accessibility — WCAG contrast
Aa
#c3cdfc on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cdfc on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green80.4%
Blue98.8%
CMYK percentages
Cyan22.6%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#c3cdfc text on a black background
contrast 13.46:1
Card sample
#c3cdfc text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cdfc;
Background color
Panel with #c3cdfc background
background-color: #c3cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cdfc; background: linear-gradient(135deg, #c3cdfc, #DFC3FC);