Hazelwood
#fff3d5
Looking for the precise values behind Hazelwood (#fff3d5)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fff3d5 | |
|---|---|---|
| RGB | rgb(255, 243, 213) | |
| HSL | hsl(43, 100%, 92%) | |
| CMYK | cmyk(0%, 5%, 16%, 0%) | |
| LAB | lab(96, 1, 16) | |
| OKLCH | oklch(0.97 0.041 89) |
Color harmonies
Tints & shades
Code snippets
color: #fff3d5;
background-color: #fff3d5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF3D5)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.95, blue: 0.84, alpha: 1.0)