#cddcff
a pale, electric blue · cool · closest name: lavender
RGB
205, 220, 255
HSL
222°, 100%, 90%
CMYK
20, 14, 0, 0
Luminance
0.7139
Every format
| HEX | #cddcff |
| RGB | rgb(205, 220, 255) |
| HSL | hsl(222, 100%, 90%) |
| CMYK | cmyk(20%, 14%, 0%, 0%) |
| LAB | lab(87.7 2.1 -18.7) |
| LCH | lch(87.7 18.8 276.4) |
| OKLCH | oklch(0.894 0.051 267.0) |
Copy-ready code
/* CSS */
color: #cddcff;
background-color: #cddcff;
/* Tailwind (arbitrary) */
class="text-[#cddcff] bg-[#cddcff]"
/* SCSS */
$brand: #cddcff;
/* SwiftUI */
Color(red: 0.804, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#cddcff")Accessibility — WCAG contrast
Aa
#cddcff on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddcff on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.3%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#cddcff text on a black background
contrast 15.28:1
Card sample
#cddcff text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddcff;
Background color
Panel with #cddcff background
background-color: #cddcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddcff; background: linear-gradient(135deg, #cddcff, #DFCDFF);