#ccc9df
a light, soft blue · warm · closest name: lavender
RGB
204, 201, 223
HSL
248°, 26%, 83%
CMYK
9, 10, 0, 13
Luminance
0.5994
Every format
| HEX | #ccc9df |
| RGB | rgb(204, 201, 223) |
| HSL | hsl(248, 26%, 83%) |
| CMYK | cmyk(9%, 10%, 0%, 13%) |
| LAB | lab(81.8 5.2 -10.5) |
| LCH | lch(81.8 11.7 296.3) |
| OKLCH | oklch(0.845 0.030 292.0) |
Copy-ready code
/* CSS */
color: #ccc9df;
background-color: #ccc9df;
/* Tailwind (arbitrary) */
class="text-[#ccc9df] bg-[#ccc9df]"
/* SCSS */
$brand: #ccc9df;
/* SwiftUI */
Color(red: 0.800, green: 0.788, blue: 0.875)
/* Android */
Color.parseColor("#ccc9df")Accessibility — WCAG contrast
Aa
#ccc9df on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc9df on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.8%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta9.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ccc9df text on a black background
contrast 12.99:1
Card sample
#ccc9df text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc9df;
Background color
Panel with #ccc9df background
background-color: #ccc9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 201, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 201, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc9df; background: linear-gradient(135deg, #ccc9df, #DBC9DF);