#cfdce3
a pale, soft blue · cool · closest name: lavender
RGB
207, 220, 227
HSL
201°, 26%, 85%
CMYK
9, 3, 0, 11
Luminance
0.7000
Every format
| HEX | #cfdce3 |
| RGB | rgb(207, 220, 227) |
| HSL | hsl(201, 26%, 85%) |
| CMYK | cmyk(9%, 3%, 0%, 11%) |
| LAB | lab(87.0 -3.0 -4.9) |
| LCH | lch(87.0 5.8 238.6) |
| OKLCH | oklch(0.887 0.017 230.9) |
Copy-ready code
/* CSS */
color: #cfdce3;
background-color: #cfdce3;
/* Tailwind (arbitrary) */
class="text-[#cfdce3] bg-[#cfdce3]"
/* SCSS */
$brand: #cfdce3;
/* SwiftUI */
Color(red: 0.812, green: 0.863, blue: 0.890)
/* Android */
Color.parseColor("#cfdce3")Accessibility — WCAG contrast
Aa
#cfdce3 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdce3 on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green86.3%
Blue89.0%
CMYK percentages
Cyan8.8%
Magenta3.1%
Yellow0.0%
Key (black)11.0%
Color previews
#cfdce3 text on a black background
contrast 15.00:1
Card sample
#cfdce3 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdce3;
Background color
Panel with #cfdce3 background
background-color: #cfdce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 220, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 220, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdce3; background: linear-gradient(135deg, #cfdce3, #CFCFE3);