#cfdfef
a pale, vivid blue · cool · closest name: lavender
RGB
207, 223, 239
HSL
210°, 50%, 88%
CMYK
13, 7, 0, 6
Luminance
0.7227
Every format
| HEX | #cfdfef |
| RGB | rgb(207, 223, 239) |
| HSL | hsl(210, 50%, 88%) |
| CMYK | cmyk(13%, 7%, 0%, 6%) |
| LAB | lab(88.1 -2.2 -9.6) |
| LCH | lch(88.1 9.8 257.2) |
| OKLCH | oklch(0.896 0.028 248.1) |
Copy-ready code
/* CSS */
color: #cfdfef;
background-color: #cfdfef;
/* Tailwind (arbitrary) */
class="text-[#cfdfef] bg-[#cfdfef]"
/* SCSS */
$brand: #cfdfef;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.937)
/* Android */
Color.parseColor("#cfdfef")Accessibility — WCAG contrast
Aa
#cfdfef on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfef on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta6.7%
Yellow0.0%
Key (black)6.3%
Color previews
#cfdfef text on a black background
contrast 15.45:1
Card sample
#cfdfef text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfef;
Background color
Panel with #cfdfef background
background-color: #cfdfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfef; background: linear-gradient(135deg, #cfdfef, #D5CFEF);