#c3dfff
a pale, electric blue · cool · closest name: lavender
RGB
195, 223, 255
HSL
212°, 100%, 88%
CMYK
24, 13, 0, 0
Luminance
0.7160
Every format
| HEX | #c3dfff |
| RGB | rgb(195, 223, 255) |
| HSL | hsl(212, 100%, 88%) |
| CMYK | cmyk(24%, 13%, 0%, 0%) |
| LAB | lab(87.8 -2.5 -18.6) |
| LCH | lch(87.8 18.8 262.5) |
| OKLCH | oklch(0.893 0.053 251.9) |
Copy-ready code
/* CSS */
color: #c3dfff;
background-color: #c3dfff;
/* Tailwind (arbitrary) */
class="text-[#c3dfff] bg-[#c3dfff]"
/* SCSS */
$brand: #c3dfff;
/* SwiftUI */
Color(red: 0.765, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#c3dfff")Accessibility — WCAG contrast
Aa
#c3dfff on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3dfff on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green87.5%
Blue100.0%
CMYK percentages
Cyan23.5%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#c3dfff text on a black background
contrast 15.32:1
Card sample
#c3dfff text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3dfff;
Background color
Panel with #c3dfff background
background-color: #c3dfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3dfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3dfff; background: linear-gradient(135deg, #c3dfff, #CFC3FF);