#cfd3f7
a pale, vivid blue · warm · closest name: lavender
RGB
207, 211, 247
HSL
234°, 71%, 89%
CMYK
16, 15, 0, 3
Luminance
0.6657
Every format
| HEX | #cfd3f7 |
| RGB | rgb(207, 211, 247) |
| HSL | hsl(234, 71%, 89%) |
| CMYK | cmyk(16%, 15%, 0%, 3%) |
| LAB | lab(85.3 5.8 -18.1) |
| LCH | lch(85.3 18.9 287.7) |
| OKLCH | oklch(0.875 0.050 280.3) |
Copy-ready code
/* CSS */
color: #cfd3f7;
background-color: #cfd3f7;
/* Tailwind (arbitrary) */
class="text-[#cfd3f7] bg-[#cfd3f7]"
/* SCSS */
$brand: #cfd3f7;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.969)
/* Android */
Color.parseColor("#cfd3f7")Accessibility — WCAG contrast
Aa
#cfd3f7 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd3f7 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue96.9%
CMYK percentages
Cyan16.2%
Magenta14.6%
Yellow0.0%
Key (black)3.1%
Color previews
#cfd3f7 text on a black background
contrast 14.31:1
Card sample
#cfd3f7 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd3f7;
Background color
Panel with #cfd3f7 background
background-color: #cfd3f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd3f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd3f7; background: linear-gradient(135deg, #cfd3f7, #E6CFF7);