Moth
#cbc1a2
Looking for the precise values behind Moth (#cbc1a2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cbc1a2 | |
|---|---|---|
| RGB | rgb(203, 193, 162) | |
| HSL | hsl(45, 28%, 72%) | |
| CMYK | cmyk(0%, 5%, 20%, 20%) | |
| LAB | lab(78, 0, 17) | |
| OKLCH | oklch(0.81 0.043 92) |
Color harmonies
Tints & shades
Code snippets
color: #cbc1a2;
background-color: #cbc1a2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCBC1A2)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.76, blue: 0.64, alpha: 1.0)