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