#cdecfb
a pale, electric cyan · cool · closest name: lavender
RGB
205, 236, 251
HSL
200°, 85%, 89%
CMYK
18, 6, 0, 2
Luminance
0.7994
Every format
| HEX | #cdecfb |
| RGB | rgb(205, 236, 251) |
| HSL | hsl(200, 85%, 89%) |
| CMYK | cmyk(18%, 6%, 0%, 2%) |
| LAB | lab(91.7 -7.0 -10.6) |
| LCH | lch(91.7 12.7 236.6) |
| OKLCH | oklch(0.925 0.038 228.5) |
Copy-ready code
/* CSS */
color: #cdecfb;
background-color: #cdecfb;
/* Tailwind (arbitrary) */
class="text-[#cdecfb] bg-[#cdecfb]"
/* SCSS */
$brand: #cdecfb;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.984)
/* Android */
Color.parseColor("#cdecfb")Accessibility — WCAG contrast
Aa
#cdecfb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdecfb on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue98.4%
CMYK percentages
Cyan18.3%
Magenta6.0%
Yellow0.0%
Key (black)1.6%
Color previews
#cdecfb text on a black background
contrast 16.99:1
Card sample
#cdecfb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdecfb;
Background color
Panel with #cdecfb background
background-color: #cdecfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdecfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdecfb; background: linear-gradient(135deg, #cdecfb, #CDCDFB);