#cdd3fe
a pale, electric blue · warm · closest name: lavender
RGB
205, 211, 254
HSL
233°, 96%, 90%
CMYK
19, 17, 0, 0
Luminance
0.6672
Every format
| HEX | #cdd3fe |
| RGB | rgb(205, 211, 254) |
| HSL | hsl(233, 96%, 90%) |
| CMYK | cmyk(19%, 17%, 0%, 0%) |
| LAB | lab(85.4 6.7 -21.6) |
| LCH | lch(85.4 22.6 287.1) |
| OKLCH | oklch(0.876 0.060 278.8) |
Copy-ready code
/* CSS */
color: #cdd3fe;
background-color: #cdd3fe;
/* Tailwind (arbitrary) */
class="text-[#cdd3fe] bg-[#cdd3fe]"
/* SCSS */
$brand: #cdd3fe;
/* SwiftUI */
Color(red: 0.804, green: 0.827, blue: 0.996)
/* Android */
Color.parseColor("#cdd3fe")Accessibility — WCAG contrast
Aa
#cdd3fe on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd3fe on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.7%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta16.9%
Yellow0.0%
Key (black)0.4%
Color previews
#cdd3fe text on a black background
contrast 14.34:1
Card sample
#cdd3fe text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd3fe;
Background color
Panel with #cdd3fe background
background-color: #cdd3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 211, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 211, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd3fe; background: linear-gradient(135deg, #cdd3fe, #E8CDFE);