#cdc7f7
a pale, electric blue · warm · closest name: lavender
RGB
205, 199, 247
HSL
248°, 75%, 88%
CMYK
17, 19, 0, 3
Luminance
0.6054
Every format
| HEX | #cdc7f7 |
| RGB | rgb(205, 199, 247) |
| HSL | hsl(248, 75%, 88%) |
| CMYK | cmyk(17%, 19%, 0%, 3%) |
| LAB | lab(82.1 11.6 -22.8) |
| LCH | lch(82.1 25.6 296.8) |
| OKLCH | oklch(0.850 0.067 290.6) |
Copy-ready code
/* CSS */
color: #cdc7f7;
background-color: #cdc7f7;
/* Tailwind (arbitrary) */
class="text-[#cdc7f7] bg-[#cdc7f7]"
/* SCSS */
$brand: #cdc7f7;
/* SwiftUI */
Color(red: 0.804, green: 0.780, blue: 0.969)
/* Android */
Color.parseColor("#cdc7f7")Accessibility — WCAG contrast
Aa
#cdc7f7 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc7f7 on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green78.0%
Blue96.9%
CMYK percentages
Cyan17.0%
Magenta19.4%
Yellow0.0%
Key (black)3.1%
Color previews
#cdc7f7 text on a black background
contrast 13.11:1
Card sample
#cdc7f7 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc7f7;
Background color
Panel with #cdc7f7 background
background-color: #cdc7f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc7f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 199, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 199, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc7f7; background: linear-gradient(135deg, #cdc7f7, #EDC7F7);