#cfdce1
a light, soft cyan · cool · closest name: lavender
RGB
207, 220, 225
HSL
197°, 23%, 85%
CMYK
8, 2, 0, 12
Luminance
0.6989
Every format
| HEX | #cfdce1 |
| RGB | rgb(207, 220, 225) |
| HSL | hsl(197, 23%, 85%) |
| CMYK | cmyk(8%, 2%, 0%, 12%) |
| LAB | lab(86.9 -3.4 -4.0) |
| LCH | lch(86.9 5.2 229.4) |
| OKLCH | oklch(0.886 0.016 222.7) |
Copy-ready code
/* CSS */
color: #cfdce1;
background-color: #cfdce1;
/* Tailwind (arbitrary) */
class="text-[#cfdce1] bg-[#cfdce1]"
/* SCSS */
$brand: #cfdce1;
/* SwiftUI */
Color(red: 0.812, green: 0.863, blue: 0.882)
/* Android */
Color.parseColor("#cfdce1")Accessibility — WCAG contrast
Aa
#cfdce1 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdce1 on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green86.3%
Blue88.2%
CMYK percentages
Cyan8.0%
Magenta2.2%
Yellow0.0%
Key (black)11.8%
Color previews
#cfdce1 text on a black background
contrast 14.98:1
Card sample
#cfdce1 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdce1;
Background color
Panel with #cfdce1 background
background-color: #cfdce1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdce1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 220, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 220, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdce1; background: linear-gradient(135deg, #cfdce1, #CFD0E1);