#ccc5da
a light, soft violet · warm · closest name: lavender
RGB
204, 197, 218
HSL
260°, 22%, 81%
CMYK
6, 10, 0, 15
Luminance
0.5783
Every format
| HEX | #ccc5da |
| RGB | rgb(204, 197, 218) |
| HSL | hsl(260, 22%, 81%) |
| CMYK | cmyk(6%, 10%, 0%, 15%) |
| LAB | lab(80.7 6.3 -9.6) |
| LCH | lch(80.7 11.5 303.6) |
| OKLCH | oklch(0.836 0.030 300.9) |
Copy-ready code
/* CSS */
color: #ccc5da;
background-color: #ccc5da;
/* Tailwind (arbitrary) */
class="text-[#ccc5da] bg-[#ccc5da]"
/* SCSS */
$brand: #ccc5da;
/* SwiftUI */
Color(red: 0.800, green: 0.773, blue: 0.855)
/* Android */
Color.parseColor("#ccc5da")Accessibility — WCAG contrast
Aa
#ccc5da on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc5da on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.3%
Blue85.5%
CMYK percentages
Cyan6.4%
Magenta9.6%
Yellow0.0%
Key (black)14.5%
Color previews
#ccc5da text on a black background
contrast 12.57:1
Card sample
#ccc5da text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc5da;
Background color
Panel with #ccc5da background
background-color: #ccc5da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc5da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 197, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 197, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc5da; background: linear-gradient(135deg, #ccc5da, #DAC5DA);