#ceedf6
a pale, vivid cyan · cool · closest name: lavender
RGB
206, 237, 246
HSL
194°, 69%, 89%
CMYK
16, 4, 0, 4
Luminance
0.8034
Every format
| HEX | #ceedf6 |
| RGB | rgb(206, 237, 246) |
| HSL | hsl(194, 69%, 89%) |
| CMYK | cmyk(16%, 4%, 0%, 4%) |
| LAB | lab(91.8 -8.3 -7.7) |
| LCH | lch(91.8 11.3 223.2) |
| OKLCH | oklch(0.926 0.035 217.1) |
Copy-ready code
/* CSS */
color: #ceedf6;
background-color: #ceedf6;
/* Tailwind (arbitrary) */
class="text-[#ceedf6] bg-[#ceedf6]"
/* SCSS */
$brand: #ceedf6;
/* SwiftUI */
Color(red: 0.808, green: 0.929, blue: 0.965)
/* Android */
Color.parseColor("#ceedf6")Accessibility — WCAG contrast
Aa
#ceedf6 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceedf6 on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.9%
Blue96.5%
CMYK percentages
Cyan16.3%
Magenta3.7%
Yellow0.0%
Key (black)3.5%
Color previews
#ceedf6 text on a black background
contrast 17.07:1
Card sample
#ceedf6 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceedf6;
Background color
Panel with #ceedf6 background
background-color: #ceedf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceedf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 237, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 237, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceedf6; background: linear-gradient(135deg, #ceedf6, #CED2F6);