#cfd4f6
a pale, vivid blue · warm · closest name: lavender
RGB
207, 212, 246
HSL
232°, 68%, 89%
CMYK
16, 14, 0, 4
Luminance
0.6701
Every format
| HEX | #cfd4f6 |
| RGB | rgb(207, 212, 246) |
| HSL | hsl(232, 68%, 89%) |
| CMYK | cmyk(16%, 14%, 0%, 4%) |
| LAB | lab(85.5 5.0 -17.2) |
| LCH | lch(85.5 17.9 286.3) |
| OKLCH | oklch(0.877 0.047 278.8) |
Copy-ready code
/* CSS */
color: #cfd4f6;
background-color: #cfd4f6;
/* Tailwind (arbitrary) */
class="text-[#cfd4f6] bg-[#cfd4f6]"
/* SCSS */
$brand: #cfd4f6;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.965)
/* Android */
Color.parseColor("#cfd4f6")Accessibility — WCAG contrast
Aa
#cfd4f6 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd4f6 on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue96.5%
CMYK percentages
Cyan15.9%
Magenta13.8%
Yellow0.0%
Key (black)3.5%
Color previews
#cfd4f6 text on a black background
contrast 14.40:1
Card sample
#cfd4f6 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd4f6;
Background color
Panel with #cfd4f6 background
background-color: #cfd4f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd4f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd4f6; background: linear-gradient(135deg, #cfd4f6, #E4CFF6);