#c1cdf2
a pale, vivid blue · warm · closest name: lavender
RGB
193, 205, 242
HSL
225°, 65%, 85%
CMYK
20, 15, 0, 5
Luminance
0.6141
Every format
| HEX | #c1cdf2 |
| RGB | rgb(193, 205, 242) |
| HSL | hsl(225, 65%, 85%) |
| CMYK | cmyk(20%, 15%, 0%, 5%) |
| LAB | lab(82.6 3.6 -19.6) |
| LCH | lch(82.6 19.9 280.3) |
| OKLCH | oklch(0.851 0.053 271.1) |
Copy-ready code
/* CSS */
color: #c1cdf2;
background-color: #c1cdf2;
/* Tailwind (arbitrary) */
class="text-[#c1cdf2] bg-[#c1cdf2]"
/* SCSS */
$brand: #c1cdf2;
/* SwiftUI */
Color(red: 0.757, green: 0.804, blue: 0.949)
/* Android */
Color.parseColor("#c1cdf2")Accessibility — WCAG contrast
Aa
#c1cdf2 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1cdf2 on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green80.4%
Blue94.9%
CMYK percentages
Cyan20.2%
Magenta15.3%
Yellow0.0%
Key (black)5.1%
Color previews
#c1cdf2 text on a black background
contrast 13.28:1
Card sample
#c1cdf2 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1cdf2;
Background color
Panel with #c1cdf2 background
background-color: #c1cdf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1cdf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 205, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 205, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1cdf2; background: linear-gradient(135deg, #c1cdf2, #D6C1F2);