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