#cbecce
a pale, vivid green · cool · closest name: beige
RGB
203, 236, 206
HSL
126°, 47%, 86%
CMYK
14, 0, 13, 8
Luminance
0.7714
Every format
| HEX | #cbecce |
| RGB | rgb(203, 236, 206) |
| HSL | hsl(126, 47%, 86%) |
| CMYK | cmyk(14%, 0%, 13%, 8%) |
| LAB | lab(90.4 -16.3 11.0) |
| LCH | lch(90.4 19.7 146.1) |
| OKLCH | oklch(0.911 0.053 147.7) |
Copy-ready code
/* CSS */
color: #cbecce;
background-color: #cbecce;
/* Tailwind (arbitrary) */
class="text-[#cbecce] bg-[#cbecce]"
/* SCSS */
$brand: #cbecce;
/* SwiftUI */
Color(red: 0.796, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#cbecce")Accessibility — WCAG contrast
Aa
#cbecce on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbecce on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green92.5%
Blue80.8%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#cbecce text on a black background
contrast 16.43:1
Card sample
#cbecce text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbecce;
Background color
Panel with #cbecce background
background-color: #cbecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbecce; background: linear-gradient(135deg, #cbecce, #CBECE4);