Pelican
#c1bcac
Pelican is a color with the hex code #c1bcac. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c1bcac | |
|---|---|---|
| RGB | rgb(193, 188, 172) | |
| HSL | hsl(46, 14%, 72%) | |
| CMYK | cmyk(0%, 3%, 11%, 24%) | |
| LAB | lab(76, 0, 9) | |
| OKLCH | oklch(0.79 0.023 93) |
Color harmonies
Tints & shades
Code snippets
color: #c1bcac;
background-color: #c1bcac;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC1BCAC)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.74, blue: 0.67, alpha: 1.0)