Arabica Mint
#c0ffee
Arabica Mint is a color with the hex code #c0ffee. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c0ffee | |
|---|---|---|
| RGB | rgb(192, 255, 238) | |
| HSL | hsl(164, 100%, 88%) | |
| CMYK | cmyk(25%, 0%, 7%, 0%) | |
| LAB | lab(95, -23, 1) | |
| OKLCH | oklch(0.95 0.067 176) |
Color harmonies
Tints & shades
Code snippets
color: #c0ffee;
background-color: #c0ffee;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC0FFEE)
/* Swift / UIKit */
UIColor(red: 0.75, green: 1.00, blue: 0.93, alpha: 1.0)