#cdcff7
a pale, vivid blue · warm · closest name: lavender
RGB
205, 207, 247
HSL
237°, 72%, 89%
CMYK
17, 16, 0, 3
Luminance
0.6432
Every format
| HEX | #cdcff7 |
| RGB | rgb(205, 207, 247) |
| HSL | hsl(237, 72%, 89%) |
| CMYK | cmyk(17%, 16%, 0%, 3%) |
| LAB | lab(84.1 7.3 -19.8) |
| LCH | lch(84.1 21.1 290.2) |
| OKLCH | oklch(0.866 0.055 282.9) |
Copy-ready code
/* CSS */
color: #cdcff7;
background-color: #cdcff7;
/* Tailwind (arbitrary) */
class="text-[#cdcff7] bg-[#cdcff7]"
/* SCSS */
$brand: #cdcff7;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.969)
/* Android */
Color.parseColor("#cdcff7")Accessibility — WCAG contrast
Aa
#cdcff7 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcff7 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue96.9%
CMYK percentages
Cyan17.0%
Magenta16.2%
Yellow0.0%
Key (black)3.1%
Color previews
#cdcff7 text on a black background
contrast 13.86:1
Card sample
#cdcff7 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcff7;
Background color
Panel with #cdcff7 background
background-color: #cdcff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcff7; background: linear-gradient(135deg, #cdcff7, #E7CDF7);