Peach
#FFAB8A
OrangeColor Codes
All color formats for development
HEX
#FFAB8ARGB
rgb(255, 171, 138)HSL
hsl(17, 100%, 77%)OKLCH
oklch(0.816 0.109 42.2)CMYK
cmyk(0%, 33%, 46%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF8F62
2#FF733B
3#FF5714
4#EC4300
5#C43800
6#9D2D00
7#762100
8#4F1600
9#270B00
Tints
Lighter variations
1#FFB395
2#FFBCA1
3#FFC4AD
4#FFCDB9
5#FFD5C4
6#FFDDD0
7#FFE6DC
8#FFEEE8
9#FFF7F3
Tones
Muted variations
1#F9AD90
2#F3B095
3#EDB39B
4#E8B5A1
5#E2B8A7
6#DCBAAD
7#D6BDB3
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 | FFCF #FFCFBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFAB #FFAB8A | BordersInactive statesPlaceholder text |
| 400 | FF7F #FF7F4D | Disabled statesSecondary iconsMuted text |
| 500 | FF5B #FF5B1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E040 #E04000 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B333 #B33300 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8024 #802400 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5217 #521700 | 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: #FFCFBD;
--peach-300: #FFAB8A;
--peach-400: #FF7F4D;
--peach-500: #FF5B1A;
--peach-600: #E04000;
--peach-700: #B33300;
--peach-800: #802400;
--peach-900: #521700;
--peach-950: #330E00;
}