#cdd3eb
a pale, soft blue · warm · closest name: lavender
RGB
205, 211, 235
HSL
228°, 43%, 86%
CMYK
13, 10, 0, 8
Luminance
0.6557
Every format
| HEX | #cdd3eb |
| RGB | rgb(205, 211, 235) |
| HSL | hsl(228, 43%, 86%) |
| CMYK | cmyk(13%, 10%, 0%, 8%) |
| LAB | lab(84.8 2.6 -12.5) |
| LCH | lch(84.8 12.8 282.0) |
| OKLCH | oklch(0.870 0.034 274.5) |
Copy-ready code
/* CSS */
color: #cdd3eb;
background-color: #cdd3eb;
/* Tailwind (arbitrary) */
class="text-[#cdd3eb] bg-[#cdd3eb]"
/* SCSS */
$brand: #cdd3eb;
/* SwiftUI */
Color(red: 0.804, green: 0.827, blue: 0.922)
/* Android */
Color.parseColor("#cdd3eb")Accessibility — WCAG contrast
Aa
#cdd3eb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd3eb on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.7%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta10.2%
Yellow0.0%
Key (black)7.8%
Color previews
#cdd3eb text on a black background
contrast 14.11:1
Card sample
#cdd3eb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd3eb;
Background color
Panel with #cdd3eb background
background-color: #cdd3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 211, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 211, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd3eb; background: linear-gradient(135deg, #cdd3eb, #DBCDEB);