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