Fish Bone
#e4d9c5
Looking for the precise values behind Fish Bone (#e4d9c5)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e4d9c5 | |
|---|---|---|
| RGB | rgb(228, 217, 197) | |
| HSL | hsl(39, 36%, 83%) | |
| CMYK | cmyk(0%, 5%, 14%, 11%) | |
| LAB | lab(87, 1, 11) | |
| OKLCH | oklch(0.89 0.029 83) |
Color harmonies
Tints & shades
Code snippets
color: #e4d9c5;
background-color: #e4d9c5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE4D9C5)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.85, blue: 0.77, alpha: 1.0)