Aloe Vera
#678779
Looking for the precise values behind Aloe Vera (#678779)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #678779 | |
|---|---|---|
| RGB | rgb(103, 135, 121) | |
| HSL | hsl(154, 13%, 47%) | |
| CMYK | cmyk(24%, 0%, 10%, 47%) | |
| LAB | lab(54, -14, 4) | |
| OKLCH | oklch(0.59 0.042 166) |
Color harmonies
Tints & shades
Code snippets
color: #678779;
background-color: #678779;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF678779)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.53, blue: 0.47, alpha: 1.0)