#ced5f6
a pale, vivid blue · warm · closest name: lavender
RGB
206, 213, 246
HSL
230°, 69%, 89%
CMYK
16, 13, 0, 4
Luminance
0.6736
Every format
| HEX | #ced5f6 |
| RGB | rgb(206, 213, 246) |
| HSL | hsl(230, 69%, 89%) |
| CMYK | cmyk(16%, 13%, 0%, 4%) |
| LAB | lab(85.7 4.2 -16.9) |
| LCH | lch(85.7 17.4 283.9) |
| OKLCH | oklch(0.878 0.046 276.0) |
Copy-ready code
/* CSS */
color: #ced5f6;
background-color: #ced5f6;
/* Tailwind (arbitrary) */
class="text-[#ced5f6] bg-[#ced5f6]"
/* SCSS */
$brand: #ced5f6;
/* SwiftUI */
Color(red: 0.808, green: 0.835, blue: 0.965)
/* Android */
Color.parseColor("#ced5f6")Accessibility — WCAG contrast
Aa
#ced5f6 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced5f6 on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green83.5%
Blue96.5%
CMYK percentages
Cyan16.3%
Magenta13.4%
Yellow0.0%
Key (black)3.5%
Color previews
#ced5f6 text on a black background
contrast 14.47:1
Card sample
#ced5f6 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced5f6;
Background color
Panel with #ced5f6 background
background-color: #ced5f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced5f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 213, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 213, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced5f6; background: linear-gradient(135deg, #ced5f6, #E2CEF6);