#c7c0f2
a pale, vivid blue · warm · closest name: lavender
RGB
199, 192, 242
HSL
248°, 66%, 85%
CMYK
18, 21, 0, 5
Luminance
0.5625
Every format
| HEX | #c7c0f2 |
| RGB | rgb(199, 192, 242) |
| HSL | hsl(248, 66%, 85%) |
| CMYK | cmyk(18%, 21%, 0%, 5%) |
| LAB | lab(79.8 12.4 -23.8) |
| LCH | lch(79.8 26.9 297.5) |
| OKLCH | oklch(0.830 0.070 291.2) |
Copy-ready code
/* CSS */
color: #c7c0f2;
background-color: #c7c0f2;
/* Tailwind (arbitrary) */
class="text-[#c7c0f2] bg-[#c7c0f2]"
/* SCSS */
$brand: #c7c0f2;
/* SwiftUI */
Color(red: 0.780, green: 0.753, blue: 0.949)
/* Android */
Color.parseColor("#c7c0f2")Accessibility — WCAG contrast
Aa
#c7c0f2 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7c0f2 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green75.3%
Blue94.9%
CMYK percentages
Cyan17.8%
Magenta20.7%
Yellow0.0%
Key (black)5.1%
Color previews
#c7c0f2 text on a black background
contrast 12.25:1
Card sample
#c7c0f2 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7c0f2;
Background color
Panel with #c7c0f2 background
background-color: #c7c0f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7c0f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 192, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 192, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7c0f2; background: linear-gradient(135deg, #c7c0f2, #E8C0F2);