Peach
#FFAF8A
OrangeColor Codes
All color formats for development
HEX
#FFAF8ARGB
rgb(255, 175, 138)HSL
hsl(19, 100%, 77%)OKLCH
oklch(0.823 0.107 45.6)CMYK
cmyk(0%, 31%, 46%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF9462
2#FF793B
3#FF5E14
4#EC4B00
5#C43E00
6#9D3200
7#762500
8#4F1900
9#270C00
Tints
Lighter variations
1#FFB795
2#FFBFA1
3#FFC7AD
4#FFCFB9
5#FFD7C4
6#FFDFD0
7#FFE7DC
8#FFEFE8
9#FFF7F3
Tones
Muted variations
1#F9B190
2#F3B395
3#EDB59B
4#E8B7A1
5#E2BAA7
6#DCBCAD
7#D6BEB3
8#D0C0B9
9#CAC2BE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF5 #FFF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE7 #FFE7DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFD2 #FFD2BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFAF #FFAF8A | BordersInactive statesPlaceholder text |
| 400 | FF85 #FF854D | Disabled statesSecondary iconsMuted text |
| 500 | FF62 #FF621A | Primary brand colorCTAsActive elementsLinks |
| 600 | E047 #E04700 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B339 #B33900 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8028 #802800 | Text on light backgroundsHeadingsStrong borders |
| 900 | 521A #521A00 | Primary textHigh emphasis contentDark headings |
| 950 | 3310 #331000 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF5F0;
--peach-100: #FFE7DB;
--peach-200: #FFD2BD;
--peach-300: #FFAF8A;
--peach-400: #FF854D;
--peach-500: #FF621A;
--peach-600: #E04700;
--peach-700: #B33900;
--peach-800: #802800;
--peach-900: #521A00;
--peach-950: #331000;
}