Sunbathed
#f5dd98
Looking for the precise values behind Sunbathed (#f5dd98)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f5dd98 | |
|---|---|---|
| RGB | rgb(245, 221, 152) | |
| HSL | hsl(45, 82%, 78%) | |
| CMYK | cmyk(0%, 10%, 38%, 4%) | |
| LAB | lab(89, 2, 37) | |
| OKLCH | oklch(0.9 0.091 91) |
Color harmonies
Tints & shades
Code snippets
color: #f5dd98;
background-color: #f5dd98;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5DD98)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.87, blue: 0.60, alpha: 1.0)