Yucca
#75978f
Looking for the precise values behind Yucca (#75978f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #75978f | |
|---|---|---|
| RGB | rgb(117, 151, 143) | |
| HSL | hsl(166, 14%, 53%) | |
| CMYK | cmyk(23%, 0%, 5%, 41%) | |
| LAB | lab(60, -14, 0) | |
| OKLCH | oklch(0.65 0.04 179) |
Color harmonies
Tints & shades
Code snippets
color: #75978f;
background-color: #75978f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF75978F)
/* Swift / UIKit */
UIColor(red: 0.46, green: 0.59, blue: 0.56, alpha: 1.0)