Soft Boiled
#ffb737
Soft Boiled is a color with the hex code #ffb737. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ffb737 | |
|---|---|---|
| RGB | rgb(255, 183, 55) | |
| HSL | hsl(38, 100%, 61%) | |
| CMYK | cmyk(0%, 28%, 78%, 0%) | |
| LAB | lab(80, 19, 71) | |
| OKLCH | oklch(0.83 0.157 77) |
Color harmonies
Tints & shades
Code snippets
color: #ffb737;
background-color: #ffb737;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFB737)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.72, blue: 0.22, alpha: 1.0)