#cbecb7
a light, vivid green · cool · closest name: beige
RGB
203, 236, 183
HSL
97°, 58%, 82%
CMYK
14, 0, 23, 8
Luminance
0.7611
Every format
| HEX | #cbecb7 |
| RGB | rgb(203, 236, 183) |
| HSL | hsl(97, 58%, 82%) |
| CMYK | cmyk(14%, 0%, 23%, 8%) |
| LAB | lab(89.9 -20.2 22.2) |
| LCH | lch(89.9 30.0 132.2) |
| OKLCH | oklch(0.906 0.079 133.8) |
Copy-ready code
/* CSS */
color: #cbecb7;
background-color: #cbecb7;
/* Tailwind (arbitrary) */
class="text-[#cbecb7] bg-[#cbecb7]"
/* SCSS */
$brand: #cbecb7;
/* SwiftUI */
Color(red: 0.796, green: 0.925, blue: 0.718)
/* Android */
Color.parseColor("#cbecb7")Accessibility — WCAG contrast
Aa
#cbecb7 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbecb7 on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green92.5%
Blue71.8%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow22.5%
Key (black)7.5%
Color previews
#cbecb7 text on a black background
contrast 16.22:1
Card sample
#cbecb7 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbecb7;
Background color
Panel with #cbecb7 background
background-color: #cbecb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbecb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 236, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 236, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbecb7; background: linear-gradient(135deg, #cbecb7, #B7ECC7);