#cfdfed
a pale, vivid blue · cool · closest name: lavender
RGB
207, 223, 237
HSL
208°, 46%, 87%
CMYK
13, 6, 0, 7
Luminance
0.7216
Every format
| HEX | #cfdfed |
| RGB | rgb(207, 223, 237) |
| HSL | hsl(208, 46%, 87%) |
| CMYK | cmyk(13%, 6%, 0%, 7%) |
| LAB | lab(88.0 -2.6 -8.7) |
| LCH | lch(88.0 9.0 253.4) |
| OKLCH | oklch(0.896 0.026 244.4) |
Copy-ready code
/* CSS */
color: #cfdfed;
background-color: #cfdfed;
/* Tailwind (arbitrary) */
class="text-[#cfdfed] bg-[#cfdfed]"
/* SCSS */
$brand: #cfdfed;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.929)
/* Android */
Color.parseColor("#cfdfed")Accessibility — WCAG contrast
Aa
#cfdfed on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfed on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue92.9%
CMYK percentages
Cyan12.7%
Magenta5.9%
Yellow0.0%
Key (black)7.1%
Color previews
#cfdfed text on a black background
contrast 15.43:1
Card sample
#cfdfed text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfed;
Background color
Panel with #cfdfed background
background-color: #cfdfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfed; background: linear-gradient(135deg, #cfdfed, #D3CFED);