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