#cfd6eb
a pale, soft blue · warm · closest name: lavender
RGB
207, 214, 235
HSL
225°, 41%, 87%
CMYK
12, 9, 0, 8
Luminance
0.6736
Every format
| HEX | #cfd6eb |
| RGB | rgb(207, 214, 235) |
| HSL | hsl(225, 41%, 87%) |
| CMYK | cmyk(12%, 9%, 0%, 8%) |
| LAB | lab(85.7 1.7 -11.1) |
| LCH | lch(85.7 11.2 278.8) |
| OKLCH | oklch(0.877 0.030 271.1) |
Copy-ready code
/* CSS */
color: #cfd6eb;
background-color: #cfd6eb;
/* Tailwind (arbitrary) */
class="text-[#cfd6eb] bg-[#cfd6eb]"
/* SCSS */
$brand: #cfd6eb;
/* SwiftUI */
Color(red: 0.812, green: 0.839, blue: 0.922)
/* Android */
Color.parseColor("#cfd6eb")Accessibility — WCAG contrast
Aa
#cfd6eb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd6eb on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.9%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta8.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cfd6eb text on a black background
contrast 14.47:1
Card sample
#cfd6eb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd6eb;
Background color
Panel with #cfd6eb background
background-color: #cfd6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 214, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 214, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd6eb; background: linear-gradient(135deg, #cfd6eb, #DBCFEB);