#ced4ff
a pale, electric blue · warm · closest name: lavender
RGB
206, 212, 255
HSL
233°, 100%, 90%
CMYK
19, 17, 0, 0
Luminance
0.6743
Every format
| HEX | #ced4ff |
| RGB | rgb(206, 212, 255) |
| HSL | hsl(233, 100%, 90%) |
| CMYK | cmyk(19%, 17%, 0%, 0%) |
| LAB | lab(85.7 6.6 -21.6) |
| LCH | lch(85.7 22.6 287.1) |
| OKLCH | oklch(0.879 0.060 278.9) |
Copy-ready code
/* CSS */
color: #ced4ff;
background-color: #ced4ff;
/* Tailwind (arbitrary) */
class="text-[#ced4ff] bg-[#ced4ff]"
/* SCSS */
$brand: #ced4ff;
/* SwiftUI */
Color(red: 0.808, green: 0.831, blue: 1.000)
/* Android */
Color.parseColor("#ced4ff")Accessibility — WCAG contrast
Aa
#ced4ff on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced4ff on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green83.1%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta16.9%
Yellow0.0%
Key (black)0.0%
Color previews
#ced4ff text on a black background
contrast 14.49:1
Card sample
#ced4ff text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced4ff;
Background color
Panel with #ced4ff background
background-color: #ced4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 212, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 212, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced4ff; background: linear-gradient(135deg, #ced4ff, #E9CEFF);