#c3ccf4
a pale, vivid blue · warm · closest name: lavender
RGB
195, 204, 244
HSL
229°, 69%, 86%
CMYK
20, 16, 0, 4
Luminance
0.6132
Every format
| HEX | #c3ccf4 |
| RGB | rgb(195, 204, 244) |
| HSL | hsl(229, 69%, 86%) |
| CMYK | cmyk(20%, 16%, 0%, 4%) |
| LAB | lab(82.5 5.1 -20.7) |
| LCH | lch(82.5 21.3 284.0) |
| OKLCH | oklch(0.851 0.057 275.2) |
Copy-ready code
/* CSS */
color: #c3ccf4;
background-color: #c3ccf4;
/* Tailwind (arbitrary) */
class="text-[#c3ccf4] bg-[#c3ccf4]"
/* SCSS */
$brand: #c3ccf4;
/* SwiftUI */
Color(red: 0.765, green: 0.800, blue: 0.957)
/* Android */
Color.parseColor("#c3ccf4")Accessibility — WCAG contrast
Aa
#c3ccf4 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ccf4 on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green80.0%
Blue95.7%
CMYK percentages
Cyan20.1%
Magenta16.4%
Yellow0.0%
Key (black)4.3%
Color previews
#c3ccf4 text on a black background
contrast 13.26:1
Card sample
#c3ccf4 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ccf4;
Background color
Panel with #c3ccf4 background
background-color: #c3ccf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ccf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 204, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 204, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ccf4; background: linear-gradient(135deg, #c3ccf4, #DBC3F4);