#cfcdef
a pale, vivid blue · warm · closest name: lavender
RGB
207, 205, 239
HSL
244°, 52%, 87%
CMYK
13, 14, 0, 6
Luminance
0.6316
Every format
| HEX | #cfcdef |
| RGB | rgb(207, 205, 239) |
| HSL | hsl(244, 52%, 87%) |
| CMYK | cmyk(13%, 14%, 0%, 6%) |
| LAB | lab(83.5 7.3 -16.4) |
| LCH | lch(83.5 18.0 293.9) |
| OKLCH | oklch(0.861 0.047 288.1) |
Copy-ready code
/* CSS */
color: #cfcdef;
background-color: #cfcdef;
/* Tailwind (arbitrary) */
class="text-[#cfcdef] bg-[#cfcdef]"
/* SCSS */
$brand: #cfcdef;
/* SwiftUI */
Color(red: 0.812, green: 0.804, blue: 0.937)
/* Android */
Color.parseColor("#cfcdef")Accessibility — WCAG contrast
Aa
#cfcdef on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcdef on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.4%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta14.2%
Yellow0.0%
Key (black)6.3%
Color previews
#cfcdef text on a black background
contrast 13.63:1
Card sample
#cfcdef text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcdef;
Background color
Panel with #cfcdef background
background-color: #cfcdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 205, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 205, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcdef; background: linear-gradient(135deg, #cfcdef, #E6CDEF);