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