#cdedf2
a pale, vivid cyan · cool · closest name: lavender
RGB
205, 237, 242
HSL
188°, 59%, 88%
CMYK
15, 2, 0, 5
Luminance
0.7996
Every format
| HEX | #cdedf2 |
| RGB | rgb(205, 237, 242) |
| HSL | hsl(188, 59%, 88%) |
| CMYK | cmyk(15%, 2%, 0%, 5%) |
| LAB | lab(91.7 -9.4 -5.9) |
| LCH | lch(91.7 11.1 212.3) |
| OKLCH | oklch(0.925 0.034 208.0) |
Copy-ready code
/* CSS */
color: #cdedf2;
background-color: #cdedf2;
/* Tailwind (arbitrary) */
class="text-[#cdedf2] bg-[#cdedf2]"
/* SCSS */
$brand: #cdedf2;
/* SwiftUI */
Color(red: 0.804, green: 0.929, blue: 0.949)
/* Android */
Color.parseColor("#cdedf2")Accessibility — WCAG contrast
Aa
#cdedf2 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdedf2 on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.9%
Blue94.9%
CMYK percentages
Cyan15.3%
Magenta2.1%
Yellow0.0%
Key (black)5.1%
Color previews
#cdedf2 text on a black background
contrast 16.99:1
Card sample
#cdedf2 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdedf2;
Background color
Panel with #cdedf2 background
background-color: #cdedf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdedf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 237, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 237, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdedf2; background: linear-gradient(135deg, #cdedf2, #CDD4F2);