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