#ccc6df
a light, soft blue · warm · closest name: lavender
RGB
204, 198, 223
HSL
254°, 28%, 83%
CMYK
9, 11, 0, 13
Luminance
0.5855
Every format
| HEX | #ccc6df |
| RGB | rgb(204, 198, 223) |
| HSL | hsl(254, 28%, 83%) |
| CMYK | cmyk(9%, 11%, 0%, 13%) |
| LAB | lab(81.0 6.8 -11.7) |
| LCH | lch(81.0 13.5 300.3) |
| OKLCH | oklch(0.839 0.035 296.6) |
Copy-ready code
/* CSS */
color: #ccc6df;
background-color: #ccc6df;
/* Tailwind (arbitrary) */
class="text-[#ccc6df] bg-[#ccc6df]"
/* SCSS */
$brand: #ccc6df;
/* SwiftUI */
Color(red: 0.800, green: 0.776, blue: 0.875)
/* Android */
Color.parseColor("#ccc6df")Accessibility — WCAG contrast
Aa
#ccc6df on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc6df on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.6%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta11.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ccc6df text on a black background
contrast 12.71:1
Card sample
#ccc6df text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc6df;
Background color
Panel with #ccc6df background
background-color: #ccc6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 198, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 198, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc6df; background: linear-gradient(135deg, #ccc6df, #DDC6DF);