Ivy
#277b74
Ivy is a color with the hex code #277b74. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #277b74 | |
|---|---|---|
| RGB | rgb(39, 123, 116) | |
| HSL | hsl(175, 52%, 32%) | |
| CMYK | cmyk(68%, 0%, 6%, 52%) | |
| LAB | lab(47, -27, -4) | |
| OKLCH | oklch(0.53 0.08 187) |
Color harmonies
Tints & shades
Code snippets
color: #277b74;
background-color: #277b74;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF277B74)
/* Swift / UIKit */
UIColor(red: 0.15, green: 0.48, blue: 0.45, alpha: 1.0)