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