#cccfda
a light, soft blue · warm · closest name: silver
RGB
204, 207, 218
HSL
227°, 16%, 83%
CMYK
6, 5, 0, 15
Luminance
0.6252
Every format
| HEX | #cccfda |
| RGB | rgb(204, 207, 218) |
| HSL | hsl(227, 16%, 83%) |
| CMYK | cmyk(6%, 5%, 0%, 15%) |
| LAB | lab(83.2 1.1 -5.8) |
| LCH | lch(83.2 5.9 280.3) |
| OKLCH | oklch(0.856 0.015 273.8) |
Copy-ready code
/* CSS */
color: #cccfda;
background-color: #cccfda;
/* Tailwind (arbitrary) */
class="text-[#cccfda] bg-[#cccfda]"
/* SCSS */
$brand: #cccfda;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#cccfda")Accessibility — WCAG contrast
Aa
#cccfda on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfda on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue85.5%
CMYK percentages
Cyan6.4%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#cccfda text on a black background
contrast 13.50:1
Card sample
#cccfda text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfda;
Background color
Panel with #cccfda background
background-color: #cccfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfda; background: linear-gradient(135deg, #cccfda, #D2CCDA);