#cfd0eb
a pale, soft blue · warm · closest name: lavender
RGB
207, 208, 235
HSL
238°, 41%, 87%
CMYK
12, 12, 0, 8
Luminance
0.6438
Every format
| HEX | #cfd0eb |
| RGB | rgb(207, 208, 235) |
| HSL | hsl(238, 41%, 87%) |
| CMYK | cmyk(12%, 12%, 0%, 8%) |
| LAB | lab(84.2 4.9 -13.4) |
| LCH | lch(84.2 14.2 290.0) |
| OKLCH | oklch(0.865 0.037 283.9) |
Copy-ready code
/* CSS */
color: #cfd0eb;
background-color: #cfd0eb;
/* Tailwind (arbitrary) */
class="text-[#cfd0eb] bg-[#cfd0eb]"
/* SCSS */
$brand: #cfd0eb;
/* SwiftUI */
Color(red: 0.812, green: 0.816, blue: 0.922)
/* Android */
Color.parseColor("#cfd0eb")Accessibility — WCAG contrast
Aa
#cfd0eb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd0eb on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.6%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta11.5%
Yellow0.0%
Key (black)7.8%
Color previews
#cfd0eb text on a black background
contrast 13.88:1
Card sample
#cfd0eb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd0eb;
Background color
Panel with #cfd0eb background
background-color: #cfd0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 208, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 208, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd0eb; background: linear-gradient(135deg, #cfd0eb, #E1CFEB);