#ced3ff
a pale, electric blue · warm · closest name: lavender
RGB
206, 211, 255
HSL
234°, 100%, 90%
CMYK
19, 17, 0, 0
Luminance
0.6693
Every format
| HEX | #ced3ff |
| RGB | rgb(206, 211, 255) |
| HSL | hsl(234, 100%, 90%) |
| CMYK | cmyk(19%, 17%, 0%, 0%) |
| LAB | lab(85.5 7.2 -22.0) |
| LCH | lch(85.5 23.1 288.0) |
| OKLCH | oklch(0.877 0.061 280.0) |
Copy-ready code
/* CSS */
color: #ced3ff;
background-color: #ced3ff;
/* Tailwind (arbitrary) */
class="text-[#ced3ff] bg-[#ced3ff]"
/* SCSS */
$brand: #ced3ff;
/* SwiftUI */
Color(red: 0.808, green: 0.827, blue: 1.000)
/* Android */
Color.parseColor("#ced3ff")Accessibility — WCAG contrast
Aa
#ced3ff on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced3ff on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green82.7%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta17.3%
Yellow0.0%
Key (black)0.0%
Color previews
#ced3ff text on a black background
contrast 14.39:1
Card sample
#ced3ff text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced3ff;
Background color
Panel with #ced3ff background
background-color: #ced3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 211, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 211, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced3ff; background: linear-gradient(135deg, #ced3ff, #EACEFF);