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