#ceebee
a pale, vivid cyan · cool · closest name: white
RGB
206, 235, 238
HSL
186°, 49%, 87%
CMYK
13, 1, 0, 7
Luminance
0.7871
Every format
| HEX | #ceebee |
| RGB | rgb(206, 235, 238) |
| HSL | hsl(186, 49%, 87%) |
| CMYK | cmyk(13%, 1%, 0%, 7%) |
| LAB | lab(91.1 -8.8 -4.7) |
| LCH | lch(91.1 10.0 207.7) |
| OKLCH | oklch(0.920 0.031 204.2) |
Copy-ready code
/* CSS */
color: #ceebee;
background-color: #ceebee;
/* Tailwind (arbitrary) */
class="text-[#ceebee] bg-[#ceebee]"
/* SCSS */
$brand: #ceebee;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#ceebee")Accessibility — WCAG contrast
Aa
#ceebee on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceebee on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue93.3%
CMYK percentages
Cyan13.4%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#ceebee text on a black background
contrast 16.74:1
Card sample
#ceebee text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceebee;
Background color
Panel with #ceebee background
background-color: #ceebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceebee; background: linear-gradient(135deg, #ceebee, #CED6EE);