#c7c2db
a light, soft blue · warm · closest name: lavender
RGB
199, 194, 219
HSL
252°, 26%, 81%
CMYK
9, 11, 0, 14
Luminance
0.5584
Every format
| HEX | #c7c2db |
| RGB | rgb(199, 194, 219) |
| HSL | hsl(252, 26%, 81%) |
| CMYK | cmyk(9%, 11%, 0%, 14%) |
| LAB | lab(79.5 6.5 -11.8) |
| LCH | lch(79.5 13.5 298.8) |
| OKLCH | oklch(0.826 0.035 294.8) |
Copy-ready code
/* CSS */
color: #c7c2db;
background-color: #c7c2db;
/* Tailwind (arbitrary) */
class="text-[#c7c2db] bg-[#c7c2db]"
/* SCSS */
$brand: #c7c2db;
/* SwiftUI */
Color(red: 0.780, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#c7c2db")Accessibility — WCAG contrast
Aa
#c7c2db on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7c2db on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green76.1%
Blue85.9%
CMYK percentages
Cyan9.1%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#c7c2db text on a black background
contrast 12.17:1
Card sample
#c7c2db text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7c2db;
Background color
Panel with #c7c2db background
background-color: #c7c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7c2db; background: linear-gradient(135deg, #c7c2db, #D8C2DB);