#ced7f6
a pale, vivid blue · warm · closest name: lavender
RGB
206, 215, 246
HSL
227°, 69%, 89%
CMYK
16, 13, 0, 4
Luminance
0.6838
Every format
| HEX | #ced7f6 |
| RGB | rgb(206, 215, 246) |
| HSL | hsl(227, 69%, 89%) |
| CMYK | cmyk(16%, 13%, 0%, 4%) |
| LAB | lab(86.2 3.1 -16.2) |
| LCH | lch(86.2 16.5 281.0) |
| OKLCH | oklch(0.882 0.044 272.7) |
Copy-ready code
/* CSS */
color: #ced7f6;
background-color: #ced7f6;
/* Tailwind (arbitrary) */
class="text-[#ced7f6] bg-[#ced7f6]"
/* SCSS */
$brand: #ced7f6;
/* SwiftUI */
Color(red: 0.808, green: 0.843, blue: 0.965)
/* Android */
Color.parseColor("#ced7f6")Accessibility — WCAG contrast
Aa
#ced7f6 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced7f6 on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green84.3%
Blue96.5%
CMYK percentages
Cyan16.3%
Magenta12.6%
Yellow0.0%
Key (black)3.5%
Color previews
#ced7f6 text on a black background
contrast 14.68:1
Card sample
#ced7f6 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced7f6;
Background color
Panel with #ced7f6 background
background-color: #ced7f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced7f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 215, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 215, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced7f6; background: linear-gradient(135deg, #ced7f6, #E0CEF6);