#ccc1f0
a light, vivid blue · warm · closest name: lavender
RGB
204, 193, 240
HSL
254°, 61%, 85%
CMYK
15, 20, 0, 6
Luminance
0.5727
Every format
| HEX | #ccc1f0 |
| RGB | rgb(204, 193, 240) |
| HSL | hsl(254, 61%, 85%) |
| CMYK | cmyk(15%, 20%, 0%, 6%) |
| LAB | lab(80.3 13.0 -21.8) |
| LCH | lch(80.3 25.4 300.7) |
| OKLCH | oklch(0.835 0.066 295.7) |
Copy-ready code
/* CSS */
color: #ccc1f0;
background-color: #ccc1f0;
/* Tailwind (arbitrary) */
class="text-[#ccc1f0] bg-[#ccc1f0]"
/* SCSS */
$brand: #ccc1f0;
/* SwiftUI */
Color(red: 0.800, green: 0.757, blue: 0.941)
/* Android */
Color.parseColor("#ccc1f0")Accessibility — WCAG contrast
Aa
#ccc1f0 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc1f0 on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.7%
Blue94.1%
CMYK percentages
Cyan15.0%
Magenta19.6%
Yellow0.0%
Key (black)5.9%
Color previews
#ccc1f0 text on a black background
contrast 12.45:1
Card sample
#ccc1f0 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc1f0;
Background color
Panel with #ccc1f0 background
background-color: #ccc1f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc1f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 193, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 193, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc1f0; background: linear-gradient(135deg, #ccc1f0, #EBC1F0);