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