#cfdfe5
a pale, soft cyan · cool · closest name: lavender
RGB
207, 223, 229
HSL
196°, 30%, 86%
CMYK
10, 3, 0, 10
Luminance
0.7170
Every format
| HEX | #cfdfe5 |
| RGB | rgb(207, 223, 229) |
| HSL | hsl(196, 30%, 86%) |
| CMYK | cmyk(10%, 3%, 0%, 10%) |
| LAB | lab(87.8 -4.2 -4.8) |
| LCH | lch(87.8 6.3 228.8) |
| OKLCH | oklch(0.893 0.019 222.2) |
Copy-ready code
/* CSS */
color: #cfdfe5;
background-color: #cfdfe5;
/* Tailwind (arbitrary) */
class="text-[#cfdfe5] bg-[#cfdfe5]"
/* SCSS */
$brand: #cfdfe5;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.898)
/* Android */
Color.parseColor("#cfdfe5")Accessibility — WCAG contrast
Aa
#cfdfe5 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfe5 on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue89.8%
CMYK percentages
Cyan9.6%
Magenta2.6%
Yellow0.0%
Key (black)10.2%
Color previews
#cfdfe5 text on a black background
contrast 15.34:1
Card sample
#cfdfe5 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfe5;
Background color
Panel with #cfdfe5 background
background-color: #cfdfe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfe5; background: linear-gradient(135deg, #cfdfe5, #CFD0E5);