Peach
#FFA98A
OrangeColor Codes
All color formats for development
HEX
#FFA98ARGB
rgb(255, 169, 138)HSL
hsl(16, 100%, 77%)OKLCH
oklch(0.812 0.111 40.6)CMYK
cmyk(0%, 34%, 46%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF8C62
2#FF6F3B
3#FF5314
4#EC3F00
5#C43400
6#9D2A00
7#761F00
8#4F1500
9#270A00
Tints
Lighter variations
1#FFB295
2#FFBAA1
3#FFC3AD
4#FFCBB9
5#FFD4C4
6#FFDDD0
7#FFE5DC
8#FFEEE8
9#FFF6F3
Tones
Muted variations
1#F9AC90
2#F3AE95
3#EDB19B
4#E8B4A1
5#E2B7A7
6#DCB9AD
7#D6BCB3
8#D0BFB9
9#CAC2BE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF4 #FFF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE5 #FFE5DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFCE #FFCEBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFA9 #FFA98A | BordersInactive statesPlaceholder text |
| 400 | FF7C #FF7C4D | Disabled statesSecondary iconsMuted text |
| 500 | FF57 #FF571A | Primary brand colorCTAsActive elementsLinks |
| 600 | E03C #E03C00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B330 #B33000 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8022 #802200 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5216 #521600 | Primary textHigh emphasis contentDark headings |
| 950 | 330E #330E00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF4F0;
--peach-100: #FFE5DB;
--peach-200: #FFCEBD;
--peach-300: #FFA98A;
--peach-400: #FF7C4D;
--peach-500: #FF571A;
--peach-600: #E03C00;
--peach-700: #B33000;
--peach-800: #802200;
--peach-900: #521600;
--peach-950: #330E00;
}