Ice Climber
#25e2cd
Ice Climber is a color with the hex code #25e2cd. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #25e2cd | |
|---|---|---|
| RGB | rgb(37, 226, 205) | |
| HSL | hsl(173, 77%, 52%) | |
| CMYK | cmyk(84%, 0%, 9%, 11%) | |
| LAB | lab(81, -49, -3) | |
| OKLCH | oklch(0.82 0.141 183) |
Color harmonies
Tints & shades
Code snippets
color: #25e2cd;
background-color: #25e2cd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF25E2CD)
/* Swift / UIKit */
UIColor(red: 0.15, green: 0.89, blue: 0.80, alpha: 1.0)