#c3cdfb
a pale, electric blue · warm · closest name: lavender
RGB
195, 205, 251
HSL
229°, 88%, 88%
CMYK
22, 18, 0, 2
Luminance
0.6223
Every format
| HEX | #c3cdfb |
| RGB | rgb(195, 205, 251) |
| HSL | hsl(229, 88%, 88%) |
| CMYK | cmyk(22%, 18%, 0%, 2%) |
| LAB | lab(83.0 6.2 -23.7) |
| LCH | lch(83.0 24.4 284.6) |
| OKLCH | oklch(0.856 0.065 275.3) |
Copy-ready code
/* CSS */
color: #c3cdfb;
background-color: #c3cdfb;
/* Tailwind (arbitrary) */
class="text-[#c3cdfb] bg-[#c3cdfb]"
/* SCSS */
$brand: #c3cdfb;
/* SwiftUI */
Color(red: 0.765, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#c3cdfb")Accessibility — WCAG contrast
Aa
#c3cdfb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cdfb on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green80.4%
Blue98.4%
CMYK percentages
Cyan22.3%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#c3cdfb text on a black background
contrast 13.45:1
Card sample
#c3cdfb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cdfb;
Background color
Panel with #c3cdfb background
background-color: #c3cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cdfb; background: linear-gradient(135deg, #c3cdfb, #DEC3FB);