#c1ccff
a pale, electric blue · warm · closest name: lavender
RGB
193, 204, 255
HSL
229°, 100%, 88%
CMYK
24, 20, 0, 0
Luminance
0.6174
Every format
| HEX | #c1ccff |
| RGB | rgb(193, 204, 255) |
| HSL | hsl(229, 100%, 88%) |
| CMYK | cmyk(24%, 20%, 0%, 0%) |
| LAB | lab(82.8 7.0 -26.2) |
| LCH | lch(82.8 27.1 285.0) |
| OKLCH | oklch(0.854 0.072 275.3) |
Copy-ready code
/* CSS */
color: #c1ccff;
background-color: #c1ccff;
/* Tailwind (arbitrary) */
class="text-[#c1ccff] bg-[#c1ccff]"
/* SCSS */
$brand: #c1ccff;
/* SwiftUI */
Color(red: 0.757, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#c1ccff")Accessibility — WCAG contrast
Aa
#c1ccff on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1ccff on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green80.0%
Blue100.0%
CMYK percentages
Cyan24.3%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c1ccff text on a black background
contrast 13.35:1
Card sample
#c1ccff text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1ccff;
Background color
Panel with #c1ccff background
background-color: #c1ccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1ccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1ccff; background: linear-gradient(135deg, #c1ccff, #DFC1FF);