#cfd6f7
a pale, vivid blue · warm · closest name: lavender
RGB
207, 214, 247
HSL
230°, 71%, 89%
CMYK
16, 13, 0, 3
Luminance
0.6807
Every format
| HEX | #cfd6f7 |
| RGB | rgb(207, 214, 247) |
| HSL | hsl(230, 71%, 89%) |
| CMYK | cmyk(16%, 13%, 0%, 3%) |
| LAB | lab(86.0 4.2 -16.9) |
| LCH | lch(86.0 17.4 283.9) |
| OKLCH | oklch(0.881 0.046 276.0) |
Copy-ready code
/* CSS */
color: #cfd6f7;
background-color: #cfd6f7;
/* Tailwind (arbitrary) */
class="text-[#cfd6f7] bg-[#cfd6f7]"
/* SCSS */
$brand: #cfd6f7;
/* SwiftUI */
Color(red: 0.812, green: 0.839, blue: 0.969)
/* Android */
Color.parseColor("#cfd6f7")Accessibility — WCAG contrast
Aa
#cfd6f7 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd6f7 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.9%
Blue96.9%
CMYK percentages
Cyan16.2%
Magenta13.4%
Yellow0.0%
Key (black)3.1%
Color previews
#cfd6f7 text on a black background
contrast 14.61:1
Card sample
#cfd6f7 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd6f7;
Background color
Panel with #cfd6f7 background
background-color: #cfd6f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd6f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 214, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 214, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd6f7; background: linear-gradient(135deg, #cfd6f7, #E3CFF7);