#cdceee
a pale, vivid blue · warm · closest name: lavender
RGB
205, 206, 238
HSL
238°, 49%, 87%
CMYK
14, 13, 0, 7
Luminance
0.6329
Every format
| HEX | #cdceee |
| RGB | rgb(205, 206, 238) |
| HSL | hsl(238, 49%, 87%) |
| CMYK | cmyk(14%, 13%, 0%, 7%) |
| LAB | lab(83.6 5.9 -15.8) |
| LCH | lch(83.6 16.9 290.5) |
| OKLCH | oklch(0.861 0.044 284.0) |
Copy-ready code
/* CSS */
color: #cdceee;
background-color: #cdceee;
/* Tailwind (arbitrary) */
class="text-[#cdceee] bg-[#cdceee]"
/* SCSS */
$brand: #cdceee;
/* SwiftUI */
Color(red: 0.804, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#cdceee")Accessibility — WCAG contrast
Aa
#cdceee on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdceee on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.8%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#cdceee text on a black background
contrast 13.66:1
Card sample
#cdceee text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdceee;
Background color
Panel with #cdceee background
background-color: #cdceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdceee; background: linear-gradient(135deg, #cdceee, #E2CDEE);