Nebulous
#c4b9b8
Looking for the precise values behind Nebulous (#c4b9b8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c4b9b8 | |
|---|---|---|
| RGB | rgb(196, 185, 184) | |
| HSL | hsl(5, 9%, 75%) | |
| CMYK | cmyk(0%, 6%, 6%, 23%) | |
| LAB | lab(76, 4, 2) | |
| OKLCH | oklch(0.79 0.013 24) |
Color harmonies
Tints & shades
Code snippets
color: #c4b9b8;
background-color: #c4b9b8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC4B9B8)
/* Swift / UIKit */
UIColor(red: 0.77, green: 0.73, blue: 0.72, alpha: 1.0)