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