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