Succulent Lime
#dcdd65
Looking for the precise values behind Succulent Lime (#dcdd65)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #dcdd65 | |
|---|---|---|
| RGB | rgb(220, 221, 101) | |
| HSL | hsl(61, 64%, 63%) | |
| CMYK | cmyk(0%, 0%, 54%, 13%) | |
| LAB | lab(86, -12, 58) | |
| OKLCH | oklch(0.87 0.143 109) |
Color harmonies
Tints & shades
Code snippets
color: #dcdd65;
background-color: #dcdd65;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDCDD65)
/* Swift / UIKit */
UIColor(red: 0.86, green: 0.87, blue: 0.40, alpha: 1.0)