#cdd2f5
a pale, vivid blue · warm · closest name: lavender
RGB
205, 210, 245
HSL
233°, 67%, 88%
CMYK
16, 14, 0, 4
Luminance
0.6566
Every format
| HEX | #cdd2f5 |
| RGB | rgb(205, 210, 245) |
| HSL | hsl(233, 67%, 88%) |
| CMYK | cmyk(16%, 14%, 0%, 4%) |
| LAB | lab(84.8 5.3 -17.7) |
| LCH | lch(84.8 18.5 286.5) |
| OKLCH | oklch(0.871 0.049 278.9) |
Copy-ready code
/* CSS */
color: #cdd2f5;
background-color: #cdd2f5;
/* Tailwind (arbitrary) */
class="text-[#cdd2f5] bg-[#cdd2f5]"
/* SCSS */
$brand: #cdd2f5;
/* SwiftUI */
Color(red: 0.804, green: 0.824, blue: 0.961)
/* Android */
Color.parseColor("#cdd2f5")Accessibility — WCAG contrast
Aa
#cdd2f5 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd2f5 on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.4%
Blue96.1%
CMYK percentages
Cyan16.3%
Magenta14.3%
Yellow0.0%
Key (black)3.9%
Color previews
#cdd2f5 text on a black background
contrast 14.13:1
Card sample
#cdd2f5 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd2f5;
Background color
Panel with #cdd2f5 background
background-color: #cdd2f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd2f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 210, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 210, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd2f5; background: linear-gradient(135deg, #cdd2f5, #E3CDF5);