#c7c3f2
a pale, vivid blue · warm · closest name: lavender
RGB
199, 195, 242
HSL
245°, 64%, 86%
CMYK
18, 19, 0, 5
Luminance
0.5758
Every format
| HEX | #c7c3f2 |
| RGB | rgb(199, 195, 242) |
| HSL | hsl(245, 64%, 86%) |
| CMYK | cmyk(18%, 19%, 0%, 5%) |
| LAB | lab(80.5 10.8 -22.7) |
| LCH | lch(80.5 25.1 295.4) |
| OKLCH | oklch(0.836 0.065 288.8) |
Copy-ready code
/* CSS */
color: #c7c3f2;
background-color: #c7c3f2;
/* Tailwind (arbitrary) */
class="text-[#c7c3f2] bg-[#c7c3f2]"
/* SCSS */
$brand: #c7c3f2;
/* SwiftUI */
Color(red: 0.780, green: 0.765, blue: 0.949)
/* Android */
Color.parseColor("#c7c3f2")Accessibility — WCAG contrast
Aa
#c7c3f2 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7c3f2 on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green76.5%
Blue94.9%
CMYK percentages
Cyan17.8%
Magenta19.4%
Yellow0.0%
Key (black)5.1%
Color previews
#c7c3f2 text on a black background
contrast 12.52:1
Card sample
#c7c3f2 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7c3f2;
Background color
Panel with #c7c3f2 background
background-color: #c7c3f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7c3f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 195, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 195, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7c3f2; background: linear-gradient(135deg, #c7c3f2, #E6C3F2);