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