#ccdfdb
a light, soft cyan · cool · closest name: silver
RGB
204, 223, 219
HSL
167°, 23%, 84%
CMYK
9, 0, 2, 13
Luminance
0.7073
Every format
| HEX | #ccdfdb |
| RGB | rgb(204, 223, 219) |
| HSL | hsl(167, 23%, 84%) |
| CMYK | cmyk(9%, 0%, 2%, 13%) |
| LAB | lab(87.3 -7.1 -0.2) |
| LCH | lch(87.3 7.1 181.7) |
| OKLCH | oklch(0.888 0.021 181.8) |
Copy-ready code
/* CSS */
color: #ccdfdb;
background-color: #ccdfdb;
/* Tailwind (arbitrary) */
class="text-[#ccdfdb] bg-[#ccdfdb]"
/* SCSS */
$brand: #ccdfdb;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.859)
/* Android */
Color.parseColor("#ccdfdb")Accessibility — WCAG contrast
Aa
#ccdfdb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdfdb on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue85.9%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow1.8%
Key (black)12.5%
Color previews
#ccdfdb text on a black background
contrast 15.15:1
Card sample
#ccdfdb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdfdb;
Background color
Panel with #ccdfdb background
background-color: #ccdfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdfdb; background: linear-gradient(135deg, #ccdfdb, #CCD6DF);