#c2c7f1
a pale, vivid blue · warm · closest name: lavender
RGB
194, 199, 241
HSL
234°, 63%, 85%
CMYK
20, 17, 0, 6
Luminance
0.5867
Every format
| HEX | #c2c7f1 |
| RGB | rgb(194, 199, 241) |
| HSL | hsl(234, 63%, 85%) |
| CMYK | cmyk(20%, 17%, 0%, 6%) |
| LAB | lab(81.1 6.8 -21.3) |
| LCH | lch(81.1 22.4 287.9) |
| OKLCH | oklch(0.840 0.059 279.7) |
Copy-ready code
/* CSS */
color: #c2c7f1;
background-color: #c2c7f1;
/* Tailwind (arbitrary) */
class="text-[#c2c7f1] bg-[#c2c7f1]"
/* SCSS */
$brand: #c2c7f1;
/* SwiftUI */
Color(red: 0.761, green: 0.780, blue: 0.945)
/* Android */
Color.parseColor("#c2c7f1")Accessibility — WCAG contrast
Aa
#c2c7f1 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c7f1 on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green78.0%
Blue94.5%
CMYK percentages
Cyan19.5%
Magenta17.4%
Yellow0.0%
Key (black)5.5%
Color previews
#c2c7f1 text on a black background
contrast 12.73:1
Card sample
#c2c7f1 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c7f1;
Background color
Panel with #c2c7f1 background
background-color: #c2c7f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c7f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 199, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 199, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c7f1; background: linear-gradient(135deg, #c2c7f1, #DCC2F1);