Discreet Orange
#ffad98
Looking for the precise values behind Discreet Orange (#ffad98)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffad98 | |
|---|---|---|
| RGB | rgb(255, 173, 152) | |
| HSL | hsl(12, 100%, 80%) | |
| CMYK | cmyk(0%, 32%, 40%, 0%) | |
| LAB | lab(79, 29, 24) | |
| OKLCH | oklch(0.82 0.102 35) |
Color harmonies
Tints & shades
Code snippets
color: #ffad98;
background-color: #ffad98;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFAD98)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.68, blue: 0.60, alpha: 1.0)