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