#cbeceb
a pale, vivid cyan · cool · closest name: white
RGB
203, 236, 235
HSL
178°, 47%, 86%
CMYK
14, 0, 0, 8
Luminance
0.7869
Every format
| HEX | #cbeceb |
| RGB | rgb(203, 236, 235) |
| HSL | hsl(178, 47%, 86%) |
| CMYK | cmyk(14%, 0%, 0%, 8%) |
| LAB | lab(91.1 -10.9 -3.1) |
| LCH | lch(91.1 11.3 196.0) |
| OKLCH | oklch(0.919 0.035 194.3) |
Copy-ready code
/* CSS */
color: #cbeceb;
background-color: #cbeceb;
/* Tailwind (arbitrary) */
class="text-[#cbeceb] bg-[#cbeceb]"
/* SCSS */
$brand: #cbeceb;
/* SwiftUI */
Color(red: 0.796, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#cbeceb")Accessibility — WCAG contrast
Aa
#cbeceb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbeceb on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green92.5%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#cbeceb text on a black background
contrast 16.74:1
Card sample
#cbeceb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbeceb;
Background color
Panel with #cbeceb background
background-color: #cbeceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbeceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbeceb; background: linear-gradient(135deg, #cbeceb, #CBD7EC);