#ccdfe6
a pale, soft cyan · cool · closest name: lavender
RGB
204, 223, 230
HSL
196°, 34%, 85%
CMYK
11, 3, 0, 10
Luminance
0.7133
Every format
| HEX | #ccdfe6 |
| RGB | rgb(204, 223, 230) |
| HSL | hsl(196, 34%, 85%) |
| CMYK | cmyk(11%, 3%, 0%, 10%) |
| LAB | lab(87.6 -4.9 -5.6) |
| LCH | lch(87.6 7.5 228.5) |
| OKLCH | oklch(0.892 0.022 221.8) |
Copy-ready code
/* CSS */
color: #ccdfe6;
background-color: #ccdfe6;
/* Tailwind (arbitrary) */
class="text-[#ccdfe6] bg-[#ccdfe6]"
/* SCSS */
$brand: #ccdfe6;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.902)
/* Android */
Color.parseColor("#ccdfe6")Accessibility — WCAG contrast
Aa
#ccdfe6 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdfe6 on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue90.2%
CMYK percentages
Cyan11.3%
Magenta3.0%
Yellow0.0%
Key (black)9.8%
Color previews
#ccdfe6 text on a black background
contrast 15.27:1
Card sample
#ccdfe6 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdfe6;
Background color
Panel with #ccdfe6 background
background-color: #ccdfe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdfe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdfe6; background: linear-gradient(135deg, #ccdfe6, #CCCEE6);