#c3c0f2
a pale, vivid blue · warm · closest name: lavender
RGB
195, 192, 242
HSL
244°, 66%, 85%
CMYK
19, 21, 0, 5
Luminance
0.5571
Every format
| HEX | #c3c0f2 |
| RGB | rgb(195, 192, 242) |
| HSL | hsl(244, 66%, 85%) |
| CMYK | cmyk(19%, 21%, 0%, 5%) |
| LAB | lab(79.5 11.2 -24.3) |
| LCH | lch(79.5 26.8 294.6) |
| OKLCH | oklch(0.827 0.070 287.5) |
Copy-ready code
/* CSS */
color: #c3c0f2;
background-color: #c3c0f2;
/* Tailwind (arbitrary) */
class="text-[#c3c0f2] bg-[#c3c0f2]"
/* SCSS */
$brand: #c3c0f2;
/* SwiftUI */
Color(red: 0.765, green: 0.753, blue: 0.949)
/* Android */
Color.parseColor("#c3c0f2")Accessibility — WCAG contrast
Aa
#c3c0f2 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3c0f2 on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green75.3%
Blue94.9%
CMYK percentages
Cyan19.4%
Magenta20.7%
Yellow0.0%
Key (black)5.1%
Color previews
#c3c0f2 text on a black background
contrast 12.14:1
Card sample
#c3c0f2 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3c0f2;
Background color
Panel with #c3c0f2 background
background-color: #c3c0f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3c0f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 192, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 192, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3c0f2; background: linear-gradient(135deg, #c3c0f2, #E4C0F2);