#cbecba
a light, vivid green · cool · closest name: beige
RGB
203, 236, 186
HSL
100°, 57%, 83%
CMYK
14, 0, 21, 8
Luminance
0.7623
Every format
| HEX | #cbecba |
| RGB | rgb(203, 236, 186) |
| HSL | hsl(100, 57%, 83%) |
| CMYK | cmyk(14%, 0%, 21%, 8%) |
| LAB | lab(90.0 -19.7 20.8) |
| LCH | lch(90.0 28.6 133.5) |
| OKLCH | oklch(0.906 0.075 135.0) |
Copy-ready code
/* CSS */
color: #cbecba;
background-color: #cbecba;
/* Tailwind (arbitrary) */
class="text-[#cbecba] bg-[#cbecba]"
/* SCSS */
$brand: #cbecba;
/* SwiftUI */
Color(red: 0.796, green: 0.925, blue: 0.729)
/* Android */
Color.parseColor("#cbecba")Accessibility — WCAG contrast
Aa
#cbecba on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbecba on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green92.5%
Blue72.9%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow21.2%
Key (black)7.5%
Color previews
#cbecba text on a black background
contrast 16.25:1
Card sample
#cbecba text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbecba;
Background color
Panel with #cbecba background
background-color: #cbecba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbecba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 236, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 236, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbecba; background: linear-gradient(135deg, #cbecba, #BAECCA);