#cdd7f4
a pale, vivid blue · cool · closest name: lavender
RGB
205, 215, 244
HSL
225°, 64%, 88%
CMYK
16, 12, 0, 4
Luminance
0.6811
Every format
| HEX | #cdd7f4 |
| RGB | rgb(205, 215, 244) |
| HSL | hsl(225, 64%, 88%) |
| CMYK | cmyk(16%, 12%, 0%, 4%) |
| LAB | lab(86.1 2.4 -15.3) |
| LCH | lch(86.1 15.5 278.9) |
| OKLCH | oklch(0.881 0.042 270.4) |
Copy-ready code
/* CSS */
color: #cdd7f4;
background-color: #cdd7f4;
/* Tailwind (arbitrary) */
class="text-[#cdd7f4] bg-[#cdd7f4]"
/* SCSS */
$brand: #cdd7f4;
/* SwiftUI */
Color(red: 0.804, green: 0.843, blue: 0.957)
/* Android */
Color.parseColor("#cdd7f4")Accessibility — WCAG contrast
Aa
#cdd7f4 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd7f4 on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.3%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta11.9%
Yellow0.0%
Key (black)4.3%
Color previews
#cdd7f4 text on a black background
contrast 14.62:1
Card sample
#cdd7f4 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd7f4;
Background color
Panel with #cdd7f4 background
background-color: #cdd7f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd7f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 215, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 215, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd7f4; background: linear-gradient(135deg, #cdd7f4, #DDCDF4);