#cfcfe5
a pale, soft blue · warm · closest name: lavender
RGB
207, 207, 229
HSL
240°, 30%, 86%
CMYK
10, 10, 0, 10
Luminance
0.6355
Every format
| HEX | #cfcfe5 |
| RGB | rgb(207, 207, 229) |
| HSL | hsl(240, 30%, 86%) |
| CMYK | cmyk(10%, 10%, 0%, 10%) |
| LAB | lab(83.7 4.2 -10.8) |
| LCH | lch(83.7 11.6 291.2) |
| OKLCH | oklch(0.861 0.030 285.7) |
Copy-ready code
/* CSS */
color: #cfcfe5;
background-color: #cfcfe5;
/* Tailwind (arbitrary) */
class="text-[#cfcfe5] bg-[#cfcfe5]"
/* SCSS */
$brand: #cfcfe5;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.898)
/* Android */
Color.parseColor("#cfcfe5")Accessibility — WCAG contrast
Aa
#cfcfe5 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcfe5 on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue89.8%
CMYK percentages
Cyan9.6%
Magenta9.6%
Yellow0.0%
Key (black)10.2%
Color previews
#cfcfe5 text on a black background
contrast 13.71:1
Card sample
#cfcfe5 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcfe5;
Background color
Panel with #cfcfe5 background
background-color: #cfcfe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcfe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcfe5; background: linear-gradient(135deg, #cfcfe5, #DECFE5);