#ceedeb
a pale, vivid cyan · cool · closest name: white
RGB
206, 237, 235
HSL
176°, 46%, 87%
CMYK
13, 0, 1, 7
Luminance
0.7969
Every format
| HEX | #ceedeb |
| RGB | rgb(206, 237, 235) |
| HSL | hsl(176, 46%, 87%) |
| CMYK | cmyk(13%, 0%, 1%, 7%) |
| LAB | lab(91.5 -10.5 -2.4) |
| LCH | lch(91.5 10.7 193.1) |
| OKLCH | oklch(0.923 0.033 191.8) |
Copy-ready code
/* CSS */
color: #ceedeb;
background-color: #ceedeb;
/* Tailwind (arbitrary) */
class="text-[#ceedeb] bg-[#ceedeb]"
/* SCSS */
$brand: #ceedeb;
/* SwiftUI */
Color(red: 0.808, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#ceedeb")Accessibility — WCAG contrast
Aa
#ceedeb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceedeb on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.9%
Blue92.2%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#ceedeb text on a black background
contrast 16.94:1
Card sample
#ceedeb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceedeb;
Background color
Panel with #ceedeb background
background-color: #ceedeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceedeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceedeb; background: linear-gradient(135deg, #ceedeb, #CEDAED);