Melondrama
#ee8170
Looking for the precise values behind Melondrama (#ee8170)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ee8170 | |
|---|---|---|
| RGB | rgb(238, 129, 112) | |
| HSL | hsl(8, 79%, 69%) | |
| CMYK | cmyk(0%, 46%, 53%, 7%) | |
| LAB | lab(66, 42, 29) | |
| OKLCH | oklch(0.72 0.137 30) |
Color harmonies
Tints & shades
Code snippets
color: #ee8170;
background-color: #ee8170;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFEE8170)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.51, blue: 0.44, alpha: 1.0)