Chess Ivory
#ffe9c5
Looking for the precise values behind Chess Ivory (#ffe9c5)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffe9c5 | |
|---|---|---|
| RGB | rgb(255, 233, 197) | |
| HSL | hsl(37, 100%, 89%) | |
| CMYK | cmyk(0%, 9%, 23%, 0%) | |
| LAB | lab(93, 4, 20) | |
| OKLCH | oklch(0.94 0.053 80) |
Color harmonies
Tints & shades
Code snippets
color: #ffe9c5;
background-color: #ffe9c5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFE9C5)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.91, blue: 0.77, alpha: 1.0)