Arugula
#75ad5b
Looking for the precise values behind Arugula (#75ad5b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #75ad5b | |
|---|---|---|
| RGB | rgb(117, 173, 91) | |
| HSL | hsl(101, 33%, 52%) | |
| CMYK | cmyk(32%, 0%, 47%, 32%) | |
| LAB | lab(65, -31, 36) | |
| OKLCH | oklch(0.69 0.127 136) |
Color harmonies
Tints & shades
Code snippets
color: #75ad5b;
background-color: #75ad5b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF75AD5B)
/* Swift / UIKit */
UIColor(red: 0.46, green: 0.68, blue: 0.36, alpha: 1.0)