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