#c1ceff
a pale, electric blue · warm · closest name: lavender
RGB
193, 206, 255
HSL
227°, 100%, 88%
CMYK
24, 19, 0, 0
Luminance
0.6270
Every format
| HEX | #c1ceff |
| RGB | rgb(193, 206, 255) |
| HSL | hsl(227, 100%, 88%) |
| CMYK | cmyk(24%, 19%, 0%, 0%) |
| LAB | lab(83.3 5.9 -25.4) |
| LCH | lch(83.3 26.1 283.2) |
| OKLCH | oklch(0.858 0.070 273.2) |
Copy-ready code
/* CSS */
color: #c1ceff;
background-color: #c1ceff;
/* Tailwind (arbitrary) */
class="text-[#c1ceff] bg-[#c1ceff]"
/* SCSS */
$brand: #c1ceff;
/* SwiftUI */
Color(red: 0.757, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#c1ceff")Accessibility — WCAG contrast
Aa
#c1ceff on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1ceff on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green80.8%
Blue100.0%
CMYK percentages
Cyan24.3%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#c1ceff text on a black background
contrast 13.54:1
Card sample
#c1ceff text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1ceff;
Background color
Panel with #c1ceff background
background-color: #c1ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1ceff; background: linear-gradient(135deg, #c1ceff, #DDC1FF);