Onsen
#66eebb
Here's everything about the color Onsen (#66eebb) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #66eebb | |
|---|---|---|
| RGB | rgb(102, 238, 187) | |
| HSL | hsl(158, 80%, 67%) | |
| CMYK | cmyk(57%, 0%, 21%, 7%) | |
| LAB | lab(86, -48, 13) | |
| OKLCH | oklch(0.86 0.14 166) |
Color harmonies
Tints & shades
Code snippets
color: #66eebb;
background-color: #66eebb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF66EEBB)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.93, blue: 0.73, alpha: 1.0)