#ccc9f0
a pale, vivid blue · warm · closest name: lavender
RGB
204, 201, 240
HSL
245°, 57%, 87%
CMYK
15, 16, 0, 6
Luminance
0.6090
Every format
| HEX | #ccc9f0 |
| RGB | rgb(204, 201, 240) |
| HSL | hsl(245, 57%, 87%) |
| CMYK | cmyk(15%, 16%, 0%, 6%) |
| LAB | lab(82.3 8.7 -18.8) |
| LCH | lch(82.3 20.7 294.8) |
| OKLCH | oklch(0.851 0.054 288.7) |
Copy-ready code
/* CSS */
color: #ccc9f0;
background-color: #ccc9f0;
/* Tailwind (arbitrary) */
class="text-[#ccc9f0] bg-[#ccc9f0]"
/* SCSS */
$brand: #ccc9f0;
/* SwiftUI */
Color(red: 0.800, green: 0.788, blue: 0.941)
/* Android */
Color.parseColor("#ccc9f0")Accessibility — WCAG contrast
Aa
#ccc9f0 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc9f0 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.8%
Blue94.1%
CMYK percentages
Cyan15.0%
Magenta16.3%
Yellow0.0%
Key (black)5.9%
Color previews
#ccc9f0 text on a black background
contrast 13.18:1
Card sample
#ccc9f0 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc9f0;
Background color
Panel with #ccc9f0 background
background-color: #ccc9f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc9f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 201, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 201, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc9f0; background: linear-gradient(135deg, #ccc9f0, #E6C9F0);