#ccc9fe
a pale, electric blue · warm · closest name: lavender
RGB
204, 201, 254
HSL
243°, 96%, 89%
CMYK
20, 21, 0, 0
Luminance
0.6177
Every format
| HEX | #ccc9fe |
| RGB | rgb(204, 201, 254) |
| HSL | hsl(243, 96%, 89%) |
| CMYK | cmyk(20%, 21%, 0%, 0%) |
| LAB | lab(82.8 11.7 -25.6) |
| LCH | lch(82.8 28.1 294.6) |
| OKLCH | oklch(0.856 0.073 287.3) |
Copy-ready code
/* CSS */
color: #ccc9fe;
background-color: #ccc9fe;
/* Tailwind (arbitrary) */
class="text-[#ccc9fe] bg-[#ccc9fe]"
/* SCSS */
$brand: #ccc9fe;
/* SwiftUI */
Color(red: 0.800, green: 0.788, blue: 0.996)
/* Android */
Color.parseColor("#ccc9fe")Accessibility — WCAG contrast
Aa
#ccc9fe on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc9fe on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.8%
Blue99.6%
CMYK percentages
Cyan19.7%
Magenta20.9%
Yellow0.0%
Key (black)0.4%
Color previews
#ccc9fe text on a black background
contrast 13.35:1
Card sample
#ccc9fe text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc9fe;
Background color
Panel with #ccc9fe background
background-color: #ccc9fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc9fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 201, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 201, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc9fe; background: linear-gradient(135deg, #ccc9fe, #EFC9FE);