#cddffa
a pale, electric blue · cool · closest name: lavender
RGB
205, 223, 250
HSL
216°, 82%, 89%
CMYK
18, 11, 0, 2
Luminance
0.7266
Every format
| HEX | #cddffa |
| RGB | rgb(205, 223, 250) |
| HSL | hsl(216, 82%, 89%) |
| CMYK | cmyk(18%, 11%, 0%, 2%) |
| LAB | lab(88.3 -0.5 -15.1) |
| LCH | lch(88.3 15.2 268.0) |
| OKLCH | oklch(0.899 0.042 258.4) |
Copy-ready code
/* CSS */
color: #cddffa;
background-color: #cddffa;
/* Tailwind (arbitrary) */
class="text-[#cddffa] bg-[#cddffa]"
/* SCSS */
$brand: #cddffa;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.980)
/* Android */
Color.parseColor("#cddffa")Accessibility — WCAG contrast
Aa
#cddffa on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddffa on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue98.0%
CMYK percentages
Cyan18.0%
Magenta10.8%
Yellow0.0%
Key (black)2.0%
Color previews
#cddffa text on a black background
contrast 15.53:1
Card sample
#cddffa text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddffa;
Background color
Panel with #cddffa background
background-color: #cddffa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddffa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddffa; background: linear-gradient(135deg, #cddffa, #D9CDFA);