#cddff8
a pale, electric blue · cool · closest name: lavender
RGB
205, 223, 248
HSL
215°, 75%, 89%
CMYK
17, 10, 0, 3
Luminance
0.7253
Every format
| HEX | #cddff8 |
| RGB | rgb(205, 223, 248) |
| HSL | hsl(215, 75%, 89%) |
| CMYK | cmyk(17%, 10%, 0%, 3%) |
| LAB | lab(88.2 -0.9 -14.2) |
| LCH | lch(88.2 14.2 266.2) |
| OKLCH | oklch(0.898 0.040 256.6) |
Copy-ready code
/* CSS */
color: #cddff8;
background-color: #cddff8;
/* Tailwind (arbitrary) */
class="text-[#cddff8] bg-[#cddff8]"
/* SCSS */
$brand: #cddff8;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.973)
/* Android */
Color.parseColor("#cddff8")Accessibility — WCAG contrast
Aa
#cddff8 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddff8 on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue97.3%
CMYK percentages
Cyan17.3%
Magenta10.1%
Yellow0.0%
Key (black)2.7%
Color previews
#cddff8 text on a black background
contrast 15.51:1
Card sample
#cddff8 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddff8;
Background color
Panel with #cddff8 background
background-color: #cddff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddff8; background: linear-gradient(135deg, #cddff8, #D8CDF8);