#c3ddfe
a pale, electric blue · cool · closest name: lavender
RGB
195, 221, 254
HSL
214°, 97%, 88%
CMYK
23, 13, 0, 0
Luminance
0.7047
Every format
| HEX | #c3ddfe |
| RGB | rgb(195, 221, 254) |
| HSL | hsl(214, 97%, 88%) |
| CMYK | cmyk(23%, 13%, 0%, 0%) |
| LAB | lab(87.2 -1.6 -18.9) |
| LCH | lch(87.2 19.0 265.1) |
| OKLCH | oklch(0.889 0.053 254.5) |
Copy-ready code
/* CSS */
color: #c3ddfe;
background-color: #c3ddfe;
/* Tailwind (arbitrary) */
class="text-[#c3ddfe] bg-[#c3ddfe]"
/* SCSS */
$brand: #c3ddfe;
/* SwiftUI */
Color(red: 0.765, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#c3ddfe")Accessibility — WCAG contrast
Aa
#c3ddfe on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ddfe on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green86.7%
Blue99.6%
CMYK percentages
Cyan23.2%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#c3ddfe text on a black background
contrast 15.09:1
Card sample
#c3ddfe text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ddfe;
Background color
Panel with #c3ddfe background
background-color: #c3ddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ddfe; background: linear-gradient(135deg, #c3ddfe, #D0C3FE);