Nylon
#e9e3cb
Nylon is a color with the hex code #e9e3cb. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e9e3cb | |
|---|---|---|
| RGB | rgb(233, 227, 203) | |
| HSL | hsl(48, 41%, 85%) | |
| CMYK | cmyk(0%, 3%, 13%, 9%) | |
| LAB | lab(90, -1, 13) | |
| OKLCH | oklch(0.91 0.033 95) |
Color harmonies
Tints & shades
Code snippets
color: #e9e3cb;
background-color: #e9e3cb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE9E3CB)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.89, blue: 0.80, alpha: 1.0)