#ced2ff
a pale, electric blue · warm · closest name: lavender
RGB
206, 210, 255
HSL
235°, 100%, 90%
CMYK
19, 18, 0, 0
Luminance
0.6643
Every format
| HEX | #ced2ff |
| RGB | rgb(206, 210, 255) |
| HSL | hsl(235, 100%, 90%) |
| CMYK | cmyk(19%, 18%, 0%, 0%) |
| LAB | lab(85.2 7.7 -22.4) |
| LCH | lch(85.2 23.7 289.0) |
| OKLCH | oklch(0.875 0.062 281.0) |
Copy-ready code
/* CSS */
color: #ced2ff;
background-color: #ced2ff;
/* Tailwind (arbitrary) */
class="text-[#ced2ff] bg-[#ced2ff]"
/* SCSS */
$brand: #ced2ff;
/* SwiftUI */
Color(red: 0.808, green: 0.824, blue: 1.000)
/* Android */
Color.parseColor("#ced2ff")Accessibility — WCAG contrast
Aa
#ced2ff on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced2ff on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green82.4%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta17.6%
Yellow0.0%
Key (black)0.0%
Color previews
#ced2ff text on a black background
contrast 14.29:1
Card sample
#ced2ff text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced2ff;
Background color
Panel with #ced2ff background
background-color: #ced2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 210, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 210, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced2ff; background: linear-gradient(135deg, #ced2ff, #EBCEFF);