Peach
#FFD08A
OrangeColor Codes
All color formats for development
HEX
#FFD08ARGB
rgb(255, 208, 138)HSL
hsl(36, 100%, 77%)OKLCH
oklch(0.883 0.102 76.8)CMYK
cmyk(0%, 18%, 46%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFC062
2#FFB13B
3#FFA114
4#EC8D00
5#C47600
6#9D5E00
7#764700
8#4F2F00
9#271800
Tints
Lighter variations
1#FFD595
2#FFD9A1
3#FFDEAD
4#FFE3B9
5#FFE8C4
6#FFECD0
7#FFF1DC
8#FFF6E8
9#FFFAF3
Tones
Muted variations
1#F9CF90
2#F3CE95
3#EDCD9B
4#E8CBA1
5#E2CAA7
6#DCC9AD
7#D6C8B3
8#D0C7B9
9#CAC6BE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF1 #FFF1DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE4 #FFE4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD0 #FFD08A | BordersInactive statesPlaceholder text |
| 400 | FFB8 #FFB84D | Disabled statesSecondary iconsMuted text |
| 500 | FFA3 #FFA31A | Primary brand colorCTAsActive elementsLinks |
| 600 | E087 #E08700 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B36B #B36B00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 804D #804D00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5231 #523100 | Primary textHigh emphasis contentDark headings |
| 950 | 331F #331F00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF9F0;
--peach-100: #FFF1DB;
--peach-200: #FFE4BD;
--peach-300: #FFD08A;
--peach-400: #FFB84D;
--peach-500: #FFA31A;
--peach-600: #E08700;
--peach-700: #B36B00;
--peach-800: #804D00;
--peach-900: #523100;
--peach-950: #331F00;
}