#c3c4f7
a pale, electric blue · warm · closest name: lavender
RGB
195, 196, 247
HSL
239°, 77%, 87%
CMYK
21, 21, 0, 3
Luminance
0.5780
Every format
| HEX | #c3c4f7 |
| RGB | rgb(195, 196, 247) |
| HSL | hsl(239, 77%, 87%) |
| CMYK | cmyk(21%, 21%, 0%, 3%) |
| LAB | lab(80.6 10.1 -25.2) |
| LCH | lch(80.6 27.1 291.9) |
| OKLCH | oklch(0.837 0.071 283.9) |
Copy-ready code
/* CSS */
color: #c3c4f7;
background-color: #c3c4f7;
/* Tailwind (arbitrary) */
class="text-[#c3c4f7] bg-[#c3c4f7]"
/* SCSS */
$brand: #c3c4f7;
/* SwiftUI */
Color(red: 0.765, green: 0.769, blue: 0.969)
/* Android */
Color.parseColor("#c3c4f7")Accessibility — WCAG contrast
Aa
#c3c4f7 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3c4f7 on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green76.9%
Blue96.9%
CMYK percentages
Cyan21.1%
Magenta20.6%
Yellow0.0%
Key (black)3.1%
Color previews
#c3c4f7 text on a black background
contrast 12.56:1
Card sample
#c3c4f7 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3c4f7;
Background color
Panel with #c3c4f7 background
background-color: #c3c4f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3c4f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 196, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 196, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3c4f7; background: linear-gradient(135deg, #c3c4f7, #E5C3F7);