#cedcff
a pale, electric blue · cool · closest name: lavender
RGB
206, 220, 255
HSL
223°, 100%, 90%
CMYK
19, 14, 0, 0
Luminance
0.7153
Every format
| HEX | #cedcff |
| RGB | rgb(206, 220, 255) |
| HSL | hsl(223, 100%, 90%) |
| CMYK | cmyk(19%, 14%, 0%, 0%) |
| LAB | lab(87.7 2.4 -18.6) |
| LCH | lch(87.7 18.7 277.4) |
| OKLCH | oklch(0.895 0.051 268.1) |
Copy-ready code
/* CSS */
color: #cedcff;
background-color: #cedcff;
/* Tailwind (arbitrary) */
class="text-[#cedcff] bg-[#cedcff]"
/* SCSS */
$brand: #cedcff;
/* SwiftUI */
Color(red: 0.808, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#cedcff")Accessibility — WCAG contrast
Aa
#cedcff on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedcff on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green86.3%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#cedcff text on a black background
contrast 15.31:1
Card sample
#cedcff text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedcff;
Background color
Panel with #cedcff background
background-color: #cedcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedcff; background: linear-gradient(135deg, #cedcff, #E1CEFF);