#cfd2e9
a pale, soft blue · warm · closest name: lavender
RGB
207, 210, 233
HSL
233°, 37%, 86%
CMYK
11, 10, 0, 9
Luminance
0.6524
Every format
| HEX | #cfd2e9 |
| RGB | rgb(207, 210, 233) |
| HSL | hsl(233, 37%, 86%) |
| CMYK | cmyk(11%, 10%, 0%, 9%) |
| LAB | lab(84.6 3.4 -11.6) |
| LCH | lch(84.6 12.1 286.3) |
| OKLCH | oklch(0.869 0.032 279.8) |
Copy-ready code
/* CSS */
color: #cfd2e9;
background-color: #cfd2e9;
/* Tailwind (arbitrary) */
class="text-[#cfd2e9] bg-[#cfd2e9]"
/* SCSS */
$brand: #cfd2e9;
/* SwiftUI */
Color(red: 0.812, green: 0.824, blue: 0.914)
/* Android */
Color.parseColor("#cfd2e9")Accessibility — WCAG contrast
Aa
#cfd2e9 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd2e9 on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.4%
Blue91.4%
CMYK percentages
Cyan11.2%
Magenta9.9%
Yellow0.0%
Key (black)8.6%
Color previews
#cfd2e9 text on a black background
contrast 14.05:1
Card sample
#cfd2e9 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd2e9;
Background color
Panel with #cfd2e9 background
background-color: #cfd2e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd2e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 210, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 210, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd2e9; background: linear-gradient(135deg, #cfd2e9, #DDCFE9);