Enchanting Ivy
#315955
Looking for the precise values behind Enchanting Ivy (#315955)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #315955 | |
|---|---|---|
| RGB | rgb(49, 89, 85) | |
| HSL | hsl(174, 29%, 27%) | |
| CMYK | cmyk(45%, 0%, 4%, 65%) | |
| LAB | lab(35, -16, -2) | |
| OKLCH | oklch(0.43 0.046 187) |
Color harmonies
Tints & shades
Code snippets
color: #315955;
background-color: #315955;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF315955)
/* Swift / UIKit */
UIColor(red: 0.19, green: 0.35, blue: 0.33, alpha: 1.0)