#c3d2f3
a pale, vivid blue · cool · closest name: lavender
RGB
195, 210, 243
HSL
221°, 67%, 86%
CMYK
20, 14, 0, 5
Luminance
0.6417
Every format
| HEX | #c3d2f3 |
| RGB | rgb(195, 210, 243) |
| HSL | hsl(221, 67%, 86%) |
| CMYK | cmyk(20%, 14%, 0%, 5%) |
| LAB | lab(84.0 1.7 -17.9) |
| LCH | lch(84.0 17.9 275.5) |
| OKLCH | oklch(0.863 0.049 266.0) |
Copy-ready code
/* CSS */
color: #c3d2f3;
background-color: #c3d2f3;
/* Tailwind (arbitrary) */
class="text-[#c3d2f3] bg-[#c3d2f3]"
/* SCSS */
$brand: #c3d2f3;
/* SwiftUI */
Color(red: 0.765, green: 0.824, blue: 0.953)
/* Android */
Color.parseColor("#c3d2f3")Accessibility — WCAG contrast
Aa
#c3d2f3 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3d2f3 on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green82.4%
Blue95.3%
CMYK percentages
Cyan19.8%
Magenta13.6%
Yellow0.0%
Key (black)4.7%
Color previews
#c3d2f3 text on a black background
contrast 13.83:1
Card sample
#c3d2f3 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3d2f3;
Background color
Panel with #c3d2f3 background
background-color: #c3d2f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3d2f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 210, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 210, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3d2f3; background: linear-gradient(135deg, #c3d2f3, #D4C3F3);