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