#cccfdf
a light, soft blue · warm · closest name: lavender
RGB
204, 207, 223
HSL
231°, 23%, 84%
CMYK
9, 7, 0, 13
Luminance
0.6279
Every format
| HEX | #cccfdf |
| RGB | rgb(204, 207, 223) |
| HSL | hsl(231, 23%, 84%) |
| CMYK | cmyk(9%, 7%, 0%, 13%) |
| LAB | lab(83.3 2.0 -8.3) |
| LCH | lch(83.3 8.5 283.8) |
| OKLCH | oklch(0.857 0.022 277.4) |
Copy-ready code
/* CSS */
color: #cccfdf;
background-color: #cccfdf;
/* Tailwind (arbitrary) */
class="text-[#cccfdf] bg-[#cccfdf]"
/* SCSS */
$brand: #cccfdf;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#cccfdf")Accessibility — WCAG contrast
Aa
#cccfdf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfdf on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cccfdf text on a black background
contrast 13.56:1
Card sample
#cccfdf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfdf;
Background color
Panel with #cccfdf background
background-color: #cccfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfdf; background: linear-gradient(135deg, #cccfdf, #D6CCDF);