#cccefd
a pale, electric blue · warm · closest name: lavender
RGB
204, 206, 253
HSL
238°, 93%, 90%
CMYK
19, 19, 0, 1
Luminance
0.6407
Every format
| HEX | #cccefd |
| RGB | rgb(204, 206, 253) |
| HSL | hsl(238, 93%, 90%) |
| CMYK | cmyk(19%, 19%, 0%, 1%) |
| LAB | lab(84.0 8.8 -23.2) |
| LCH | lch(84.0 24.8 290.8) |
| OKLCH | oklch(0.865 0.065 283.0) |
Copy-ready code
/* CSS */
color: #cccefd;
background-color: #cccefd;
/* Tailwind (arbitrary) */
class="text-[#cccefd] bg-[#cccefd]"
/* SCSS */
$brand: #cccefd;
/* SwiftUI */
Color(red: 0.800, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#cccefd")Accessibility — WCAG contrast
Aa
#cccefd on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccefd on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.8%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#cccefd text on a black background
contrast 13.81:1
Card sample
#cccefd text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccefd;
Background color
Panel with #cccefd background
background-color: #cccefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccefd; background: linear-gradient(135deg, #cccefd, #EBCCFD);