#cfd2e7
a pale, soft blue · warm · closest name: lavender
RGB
207, 210, 231
HSL
233°, 33%, 86%
CMYK
10, 9, 0, 9
Luminance
0.6513
Every format
| HEX | #cfd2e7 |
| RGB | rgb(207, 210, 231) |
| HSL | hsl(233, 33%, 86%) |
| CMYK | cmyk(10%, 9%, 0%, 9%) |
| LAB | lab(84.5 3.0 -10.7) |
| LCH | lch(84.5 11.1 285.8) |
| OKLCH | oklch(0.868 0.029 279.3) |
Copy-ready code
/* CSS */
color: #cfd2e7;
background-color: #cfd2e7;
/* Tailwind (arbitrary) */
class="text-[#cfd2e7] bg-[#cfd2e7]"
/* SCSS */
$brand: #cfd2e7;
/* SwiftUI */
Color(red: 0.812, green: 0.824, blue: 0.906)
/* Android */
Color.parseColor("#cfd2e7")Accessibility — WCAG contrast
Aa
#cfd2e7 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd2e7 on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.4%
Blue90.6%
CMYK percentages
Cyan10.4%
Magenta9.1%
Yellow0.0%
Key (black)9.4%
Color previews
#cfd2e7 text on a black background
contrast 14.03:1
Card sample
#cfd2e7 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd2e7;
Background color
Panel with #cfd2e7 background
background-color: #cfd2e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd2e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 210, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 210, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd2e7; background: linear-gradient(135deg, #cfd2e7, #DCCFE7);