#cfcdf6
a pale, vivid blue · warm · closest name: lavender
RGB
207, 205, 246
HSL
243°, 70%, 88%
CMYK
16, 17, 0, 4
Luminance
0.6358
Every format
| HEX | #cfcdf6 |
| RGB | rgb(207, 205, 246) |
| HSL | hsl(243, 70%, 88%) |
| CMYK | cmyk(16%, 17%, 0%, 4%) |
| LAB | lab(83.8 8.7 -19.8) |
| LCH | lch(83.8 21.7 293.8) |
| OKLCH | oklch(0.863 0.057 287.4) |
Copy-ready code
/* CSS */
color: #cfcdf6;
background-color: #cfcdf6;
/* Tailwind (arbitrary) */
class="text-[#cfcdf6] bg-[#cfcdf6]"
/* SCSS */
$brand: #cfcdf6;
/* SwiftUI */
Color(red: 0.812, green: 0.804, blue: 0.965)
/* Android */
Color.parseColor("#cfcdf6")Accessibility — WCAG contrast
Aa
#cfcdf6 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcdf6 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.4%
Blue96.5%
CMYK percentages
Cyan15.9%
Magenta16.7%
Yellow0.0%
Key (black)3.5%
Color previews
#cfcdf6 text on a black background
contrast 13.72:1
Card sample
#cfcdf6 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcdf6;
Background color
Panel with #cfcdf6 background
background-color: #cfcdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 205, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 205, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcdf6; background: linear-gradient(135deg, #cfcdf6, #EACDF6);