#ccebad
a light, vivid green · cool · closest name: khaki
RGB
204, 235, 173
HSL
90°, 61%, 80%
CMYK
13, 0, 26, 8
Luminance
0.7527
Every format
| HEX | #ccebad |
| RGB | rgb(204, 235, 173) |
| HSL | hsl(90, 61%, 80%) |
| CMYK | cmyk(13%, 0%, 26%, 8%) |
| LAB | lab(89.5 -20.8 26.8) |
| LCH | lch(89.5 34.0 127.8) |
| OKLCH | oklch(0.902 0.088 129.6) |
Copy-ready code
/* CSS */
color: #ccebad;
background-color: #ccebad;
/* Tailwind (arbitrary) */
class="text-[#ccebad] bg-[#ccebad]"
/* SCSS */
$brand: #ccebad;
/* SwiftUI */
Color(red: 0.800, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#ccebad")Accessibility — WCAG contrast
Aa
#ccebad on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccebad on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.2%
Blue67.8%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow26.4%
Key (black)7.8%
Color previews
#ccebad text on a black background
contrast 16.05:1
Card sample
#ccebad text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccebad;
Background color
Panel with #ccebad background
background-color: #ccebad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccebad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 235, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 235, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccebad; background: linear-gradient(135deg, #ccebad, #ADEBB7);