Lazy Lizard
#9c9c4b
Looking for the precise values behind Lazy Lizard (#9c9c4b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #9c9c4b | |
|---|---|---|
| RGB | rgb(156, 156, 75) | |
| HSL | hsl(60, 35%, 45%) | |
| CMYK | cmyk(0%, 0%, 52%, 39%) | |
| LAB | lab(63, -8, 42) | |
| OKLCH | oklch(0.68 0.104 109) |
Color harmonies
Tints & shades
Code snippets
color: #9c9c4b;
background-color: #9c9c4b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF9C9C4B)
/* Swift / UIKit */
UIColor(red: 0.61, green: 0.61, blue: 0.29, alpha: 1.0)