Silken Jade
#11a39e
Looking for the precise values behind Silken Jade (#11a39e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #11a39e | |
|---|---|---|
| RGB | rgb(17, 163, 158) | |
| HSL | hsl(178, 81%, 35%) | |
| CMYK | cmyk(90%, 0%, 3%, 36%) | |
| LAB | lab(60, -37, -8) | |
| OKLCH | oklch(0.65 0.109 191) |
Color harmonies
Tints & shades
Code snippets
color: #11a39e;
background-color: #11a39e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF11A39E)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.64, blue: 0.62, alpha: 1.0)