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