#cbecee
a pale, vivid cyan · cool · closest name: white
RGB
203, 236, 238
HSL
183°, 51%, 87%
CMYK
15, 1, 0, 7
Luminance
0.7886
Every format
| HEX | #cbecee |
| RGB | rgb(203, 236, 238) |
| HSL | hsl(183, 51%, 87%) |
| CMYK | cmyk(15%, 1%, 0%, 7%) |
| LAB | lab(91.2 -10.3 -4.6) |
| LCH | lch(91.2 11.3 204.0) |
| OKLCH | oklch(0.920 0.035 201.1) |
Copy-ready code
/* CSS */
color: #cbecee;
background-color: #cbecee;
/* Tailwind (arbitrary) */
class="text-[#cbecee] bg-[#cbecee]"
/* SCSS */
$brand: #cbecee;
/* SwiftUI */
Color(red: 0.796, green: 0.925, blue: 0.933)
/* Android */
Color.parseColor("#cbecee")Accessibility — WCAG contrast
Aa
#cbecee on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbecee on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green92.5%
Blue93.3%
CMYK percentages
Cyan14.7%
Magenta0.8%
Yellow0.0%
Key (black)6.7%
Color previews
#cbecee text on a black background
contrast 16.77:1
Card sample
#cbecee text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbecee;
Background color
Panel with #cbecee background
background-color: #cbecee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbecee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 236, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 236, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbecee; background: linear-gradient(135deg, #cbecee, #CBD5EE);