#cdc7f2
a pale, vivid blue · warm · closest name: lavender
RGB
205, 199, 242
HSL
248°, 62%, 87%
CMYK
15, 18, 0, 5
Luminance
0.6024
Every format
| HEX | #cdc7f2 |
| RGB | rgb(205, 199, 242) |
| HSL | hsl(248, 62%, 87%) |
| CMYK | cmyk(15%, 18%, 0%, 5%) |
| LAB | lab(82.0 10.5 -20.4) |
| LCH | lch(82.0 22.9 297.2) |
| OKLCH | oklch(0.849 0.060 291.5) |
Copy-ready code
/* CSS */
color: #cdc7f2;
background-color: #cdc7f2;
/* Tailwind (arbitrary) */
class="text-[#cdc7f2] bg-[#cdc7f2]"
/* SCSS */
$brand: #cdc7f2;
/* SwiftUI */
Color(red: 0.804, green: 0.780, blue: 0.949)
/* Android */
Color.parseColor("#cdc7f2")Accessibility — WCAG contrast
Aa
#cdc7f2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc7f2 on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green78.0%
Blue94.9%
CMYK percentages
Cyan15.3%
Magenta17.8%
Yellow0.0%
Key (black)5.1%
Color previews
#cdc7f2 text on a black background
contrast 13.05:1
Card sample
#cdc7f2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc7f2;
Background color
Panel with #cdc7f2 background
background-color: #cdc7f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc7f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 199, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 199, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc7f2; background: linear-gradient(135deg, #cdc7f2, #EAC7F2);