#cfd3eb
a pale, soft blue · warm · closest name: lavender
RGB
207, 211, 235
HSL
231°, 41%, 87%
CMYK
12, 10, 0, 8
Luminance
0.6585
Every format
| HEX | #cfd3eb |
| RGB | rgb(207, 211, 235) |
| HSL | hsl(231, 41%, 87%) |
| CMYK | cmyk(12%, 10%, 0%, 8%) |
| LAB | lab(84.9 3.3 -12.2) |
| LCH | lch(84.9 12.7 285.0) |
| OKLCH | oklch(0.871 0.033 278.2) |
Copy-ready code
/* CSS */
color: #cfd3eb;
background-color: #cfd3eb;
/* Tailwind (arbitrary) */
class="text-[#cfd3eb] bg-[#cfd3eb]"
/* SCSS */
$brand: #cfd3eb;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.922)
/* Android */
Color.parseColor("#cfd3eb")Accessibility — WCAG contrast
Aa
#cfd3eb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd3eb on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta10.2%
Yellow0.0%
Key (black)7.8%
Color previews
#cfd3eb text on a black background
contrast 14.17:1
Card sample
#cfd3eb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd3eb;
Background color
Panel with #cfd3eb background
background-color: #cfd3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd3eb; background: linear-gradient(135deg, #cfd3eb, #DECFEB);