#cfd2eb
a pale, soft blue · warm · closest name: lavender
RGB
207, 210, 235
HSL
234°, 41%, 87%
CMYK
12, 11, 0, 8
Luminance
0.6536
Every format
| HEX | #cfd2eb |
| RGB | rgb(207, 210, 235) |
| HSL | hsl(234, 41%, 87%) |
| CMYK | cmyk(12%, 11%, 0%, 8%) |
| LAB | lab(84.7 3.8 -12.6) |
| LCH | lch(84.7 13.2 286.8) |
| OKLCH | oklch(0.869 0.035 280.2) |
Copy-ready code
/* CSS */
color: #cfd2eb;
background-color: #cfd2eb;
/* Tailwind (arbitrary) */
class="text-[#cfd2eb] bg-[#cfd2eb]"
/* SCSS */
$brand: #cfd2eb;
/* SwiftUI */
Color(red: 0.812, green: 0.824, blue: 0.922)
/* Android */
Color.parseColor("#cfd2eb")Accessibility — WCAG contrast
Aa
#cfd2eb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd2eb on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.4%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta10.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cfd2eb text on a black background
contrast 14.07:1
Card sample
#cfd2eb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd2eb;
Background color
Panel with #cfd2eb background
background-color: #cfd2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 210, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 210, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd2eb; background: linear-gradient(135deg, #cfd2eb, #DFCFEB);