#ccc7fc
a pale, electric blue · warm · closest name: lavender
RGB
204, 199, 252
HSL
246°, 90%, 88%
CMYK
19, 21, 0, 1
Luminance
0.6071
Every format
| HEX | #ccc7fc |
| RGB | rgb(204, 199, 252) |
| HSL | hsl(246, 90%, 88%) |
| CMYK | cmyk(19%, 21%, 0%, 1%) |
| LAB | lab(82.2 12.3 -25.4) |
| LCH | lch(82.2 28.2 295.9) |
| OKLCH | oklch(0.851 0.073 289.1) |
Copy-ready code
/* CSS */
color: #ccc7fc;
background-color: #ccc7fc;
/* Tailwind (arbitrary) */
class="text-[#ccc7fc] bg-[#ccc7fc]"
/* SCSS */
$brand: #ccc7fc;
/* SwiftUI */
Color(red: 0.800, green: 0.780, blue: 0.988)
/* Android */
Color.parseColor("#ccc7fc")Accessibility — WCAG contrast
Aa
#ccc7fc on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc7fc on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.0%
Blue98.8%
CMYK percentages
Cyan19.0%
Magenta21.0%
Yellow0.0%
Key (black)1.2%
Color previews
#ccc7fc text on a black background
contrast 13.14:1
Card sample
#ccc7fc text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc7fc;
Background color
Panel with #ccc7fc background
background-color: #ccc7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 199, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 199, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc7fc; background: linear-gradient(135deg, #ccc7fc, #EFC7FC);