#cfd7ee
a pale, vivid blue · cool · closest name: lavender
RGB
207, 215, 238
HSL
225°, 48%, 87%
CMYK
13, 10, 0, 7
Luminance
0.6804
Every format
| HEX | #cfd7ee |
| RGB | rgb(207, 215, 238) |
| HSL | hsl(225, 48%, 87%) |
| CMYK | cmyk(13%, 10%, 0%, 7%) |
| LAB | lab(86.0 1.8 -12.2) |
| LCH | lch(86.0 12.3 278.4) |
| OKLCH | oklch(0.880 0.033 270.4) |
Copy-ready code
/* CSS */
color: #cfd7ee;
background-color: #cfd7ee;
/* Tailwind (arbitrary) */
class="text-[#cfd7ee] bg-[#cfd7ee]"
/* SCSS */
$brand: #cfd7ee;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.933)
/* Android */
Color.parseColor("#cfd7ee")Accessibility — WCAG contrast
Aa
#cfd7ee on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd7ee on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta9.7%
Yellow0.0%
Key (black)6.7%
Color previews
#cfd7ee text on a black background
contrast 14.61:1
Card sample
#cfd7ee text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd7ee;
Background color
Panel with #cfd7ee background
background-color: #cfd7ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd7ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd7ee; background: linear-gradient(135deg, #cfd7ee, #DCCFEE);