#ccdf87
a light, vivid green · cool · closest name: khaki
RGB
204, 223, 135
HSL
73°, 58%, 70%
CMYK
9, 0, 40, 13
Luminance
0.6736
Every format
| HEX | #ccdf87 |
| RGB | rgb(204, 223, 135) |
| HSL | hsl(73, 58%, 70%) |
| CMYK | cmyk(9%, 0%, 40%, 13%) |
| LAB | lab(85.7 -20.0 41.0) |
| LCH | lch(85.7 45.6 116.0) |
| OKLCH | oklch(0.870 0.114 118.8) |
Copy-ready code
/* CSS */
color: #ccdf87;
background-color: #ccdf87;
/* Tailwind (arbitrary) */
class="text-[#ccdf87] bg-[#ccdf87]"
/* SCSS */
$brand: #ccdf87;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.529)
/* Android */
Color.parseColor("#ccdf87")Accessibility — WCAG contrast
Aa
#ccdf87 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdf87 on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue52.9%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow39.5%
Key (black)12.5%
Color previews
#ccdf87 text on a black background
contrast 14.47:1
Card sample
#ccdf87 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdf87;
Background color
Panel with #ccdf87 background
background-color: #ccdf87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdf87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdf87; background: linear-gradient(135deg, #ccdf87, #91DF87);