#c1cdf0
a light, vivid blue · cool · closest name: lavender
RGB
193, 205, 240
HSL
225°, 61%, 85%
CMYK
20, 15, 0, 6
Luminance
0.6129
Every format
| HEX | #c1cdf0 |
| RGB | rgb(193, 205, 240) |
| HSL | hsl(225, 61%, 85%) |
| CMYK | cmyk(20%, 15%, 0%, 6%) |
| LAB | lab(82.5 3.1 -18.6) |
| LCH | lch(82.5 18.8 279.5) |
| OKLCH | oklch(0.851 0.051 270.4) |
Copy-ready code
/* CSS */
color: #c1cdf0;
background-color: #c1cdf0;
/* Tailwind (arbitrary) */
class="text-[#c1cdf0] bg-[#c1cdf0]"
/* SCSS */
$brand: #c1cdf0;
/* SwiftUI */
Color(red: 0.757, green: 0.804, blue: 0.941)
/* Android */
Color.parseColor("#c1cdf0")Accessibility — WCAG contrast
Aa
#c1cdf0 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1cdf0 on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green80.4%
Blue94.1%
CMYK percentages
Cyan19.6%
Magenta14.6%
Yellow0.0%
Key (black)5.9%
Color previews
#c1cdf0 text on a black background
contrast 13.26:1
Card sample
#c1cdf0 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1cdf0;
Background color
Panel with #c1cdf0 background
background-color: #c1cdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1cdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 205, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 205, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1cdf0; background: linear-gradient(135deg, #c1cdf0, #D4C1F0);