#cdd3f9
a pale, electric blue · warm · closest name: lavender
RGB
205, 211, 249
HSL
232°, 79%, 89%
CMYK
18, 15, 0, 2
Luminance
0.6641
Every format
| HEX | #cdd3f9 |
| RGB | rgb(205, 211, 249) |
| HSL | hsl(232, 79%, 89%) |
| CMYK | cmyk(18%, 15%, 0%, 2%) |
| LAB | lab(85.2 5.6 -19.3) |
| LCH | lch(85.2 20.0 286.1) |
| OKLCH | oklch(0.874 0.053 278.2) |
Copy-ready code
/* CSS */
color: #cdd3f9;
background-color: #cdd3f9;
/* Tailwind (arbitrary) */
class="text-[#cdd3f9] bg-[#cdd3f9]"
/* SCSS */
$brand: #cdd3f9;
/* SwiftUI */
Color(red: 0.804, green: 0.827, blue: 0.976)
/* Android */
Color.parseColor("#cdd3f9")Accessibility — WCAG contrast
Aa
#cdd3f9 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd3f9 on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.7%
Blue97.6%
CMYK percentages
Cyan17.7%
Magenta15.3%
Yellow0.0%
Key (black)2.4%
Color previews
#cdd3f9 text on a black background
contrast 14.28:1
Card sample
#cdd3f9 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd3f9;
Background color
Panel with #cdd3f9 background
background-color: #cdd3f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd3f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 211, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 211, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd3f9; background: linear-gradient(135deg, #cdd3f9, #E4CDF9);