Peach
#FFA78A
OrangeColor Codes
All color formats for development
HEX
#FFA78ARGB
rgb(255, 167, 138)HSL
hsl(15, 100%, 77%)OKLCH
oklch(0.809 0.112 39)CMYK
cmyk(0%, 35%, 46%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF8A62
2#FF6C3B
3#FF4F14
4#EC3B00
5#C43100
6#9D2700
7#761D00
8#4F1400
9#270A00
Tints
Lighter variations
1#FFB095
2#FFB9A1
3#FFC1AD
4#FFCAB9
5#FFD3C4
6#FFDCD0
7#FFE5DC
8#FFEDE8
9#FFF6F3
Tones
Muted variations
1#F9AA90
2#F3AD95
3#EDB09B
4#E8B3A1
5#E2B6A7
6#DCB9AD
7#D6BCB3
8#D0BEB9
9#CAC1BE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF4 #FFF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE4 #FFE4DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFCD #FFCDBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFA7 #FFA78A | BordersInactive statesPlaceholder text |
| 400 | FF79 #FF794D | Disabled statesSecondary iconsMuted text |
| 500 | FF53 #FF531A | Primary brand colorCTAsActive elementsLinks |
| 600 | E038 #E03800 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B32D #B32D00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8020 #802000 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5214 #521400 | Primary textHigh emphasis contentDark headings |
| 950 | 330D #330D00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF4F0;
--peach-100: #FFE4DB;
--peach-200: #FFCDBD;
--peach-300: #FFA78A;
--peach-400: #FF794D;
--peach-500: #FF531A;
--peach-600: #E03800;
--peach-700: #B32D00;
--peach-800: #802000;
--peach-900: #521400;
--peach-950: #330D00;
}