#ccc7f6
a pale, vivid blue · warm · closest name: lavender
RGB
204, 199, 246
HSL
246°, 72%, 87%
CMYK
17, 19, 0, 4
Luminance
0.6034
Every format
| HEX | #ccc7f6 |
| RGB | rgb(204, 199, 246) |
| HSL | hsl(246, 72%, 87%) |
| CMYK | cmyk(17%, 19%, 0%, 4%) |
| LAB | lab(82.0 11.0 -22.5) |
| LCH | lch(82.0 25.0 296.1) |
| OKLCH | oklch(0.849 0.065 289.8) |
Copy-ready code
/* CSS */
color: #ccc7f6;
background-color: #ccc7f6;
/* Tailwind (arbitrary) */
class="text-[#ccc7f6] bg-[#ccc7f6]"
/* SCSS */
$brand: #ccc7f6;
/* SwiftUI */
Color(red: 0.800, green: 0.780, blue: 0.965)
/* Android */
Color.parseColor("#ccc7f6")Accessibility — WCAG contrast
Aa
#ccc7f6 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc7f6 on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.0%
Blue96.5%
CMYK percentages
Cyan17.1%
Magenta19.1%
Yellow0.0%
Key (black)3.5%
Color previews
#ccc7f6 text on a black background
contrast 13.07:1
Card sample
#ccc7f6 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc7f6;
Background color
Panel with #ccc7f6 background
background-color: #ccc7f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc7f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 199, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 199, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc7f6; background: linear-gradient(135deg, #ccc7f6, #EBC7F6);