#cdcef2
a pale, vivid blue · warm · closest name: lavender
RGB
205, 206, 242
HSL
238°, 59%, 88%
CMYK
15, 15, 0, 5
Luminance
0.6353
Every format
| HEX | #cdcef2 |
| RGB | rgb(205, 206, 242) |
| HSL | hsl(238, 59%, 88%) |
| CMYK | cmyk(15%, 15%, 0%, 5%) |
| LAB | lab(83.7 6.7 -17.8) |
| LCH | lch(83.7 19.0 290.8) |
| OKLCH | oklch(0.862 0.050 284.0) |
Copy-ready code
/* CSS */
color: #cdcef2;
background-color: #cdcef2;
/* Tailwind (arbitrary) */
class="text-[#cdcef2] bg-[#cdcef2]"
/* SCSS */
$brand: #cdcef2;
/* SwiftUI */
Color(red: 0.804, green: 0.808, blue: 0.949)
/* Android */
Color.parseColor("#cdcef2")Accessibility — WCAG contrast
Aa
#cdcef2 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcef2 on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.8%
Blue94.9%
CMYK percentages
Cyan15.3%
Magenta14.9%
Yellow0.0%
Key (black)5.1%
Color previews
#cdcef2 text on a black background
contrast 13.71:1
Card sample
#cdcef2 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcef2;
Background color
Panel with #cdcef2 background
background-color: #cdcef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 206, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 206, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcef2; background: linear-gradient(135deg, #cdcef2, #E5CDF2);