#ccebba
a light, vivid green · cool · closest name: beige
RGB
204, 235, 186
HSL
98°, 55%, 83%
CMYK
13, 0, 21, 8
Luminance
0.7580
Every format
| HEX | #ccebba |
| RGB | rgb(204, 235, 186) |
| HSL | hsl(98, 55%, 83%) |
| CMYK | cmyk(13%, 0%, 21%, 8%) |
| LAB | lab(89.8 -18.9 20.5) |
| LCH | lch(89.8 27.8 132.6) |
| OKLCH | oklch(0.905 0.073 134.1) |
Copy-ready code
/* CSS */
color: #ccebba;
background-color: #ccebba;
/* Tailwind (arbitrary) */
class="text-[#ccebba] bg-[#ccebba]"
/* SCSS */
$brand: #ccebba;
/* SwiftUI */
Color(red: 0.800, green: 0.922, blue: 0.729)
/* Android */
Color.parseColor("#ccebba")Accessibility — WCAG contrast
Aa
#ccebba on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccebba on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.2%
Blue72.9%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow20.9%
Key (black)7.8%
Color previews
#ccebba text on a black background
contrast 16.16:1
Card sample
#ccebba text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccebba;
Background color
Panel with #ccebba background
background-color: #ccebba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccebba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 235, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 235, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccebba; background: linear-gradient(135deg, #ccebba, #BAEBC9);