#ccc8f9
a pale, electric blue · warm · closest name: lavender
RGB
204, 200, 249
HSL
245°, 80%, 88%
CMYK
18, 20, 0, 2
Luminance
0.6099
Every format
| HEX | #ccc8f9 |
| RGB | rgb(204, 200, 249) |
| HSL | hsl(245, 80%, 88%) |
| CMYK | cmyk(18%, 20%, 0%, 2%) |
| LAB | lab(82.4 11.1 -23.6) |
| LCH | lch(82.4 26.1 295.3) |
| OKLCH | oklch(0.852 0.068 288.6) |
Copy-ready code
/* CSS */
color: #ccc8f9;
background-color: #ccc8f9;
/* Tailwind (arbitrary) */
class="text-[#ccc8f9] bg-[#ccc8f9]"
/* SCSS */
$brand: #ccc8f9;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.976)
/* Android */
Color.parseColor("#ccc8f9")Accessibility — WCAG contrast
Aa
#ccc8f9 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc8f9 on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue97.6%
CMYK percentages
Cyan18.1%
Magenta19.7%
Yellow0.0%
Key (black)2.4%
Color previews
#ccc8f9 text on a black background
contrast 13.20:1
Card sample
#ccc8f9 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc8f9;
Background color
Panel with #ccc8f9 background
background-color: #ccc8f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc8f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc8f9; background: linear-gradient(135deg, #ccc8f9, #EDC8F9);