Peach
#FEB38B
OrangeColor Codes
All color formats for development
HEX
#FEB38BRGB
rgb(254, 179, 139)HSL
hsl(21, 98%, 77%)OKLCH
oklch(0.829 0.103 48.9)CMYK
cmyk(0%, 30%, 45%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD9A64
2#FD803D
3#FD6716
4#E95302
5#C24502
6#9C3702
7#752A01
8#4E1C01
9#270E00
Tints
Lighter variations
1#FEBB96
2#FEC2A2
3#FECAAE
4#FED1B9
5#FED9C5
6#FFE1D1
7#FFE8DC
8#FFF0E8
9#FFF7F3
Tones
Muted variations
1#F8B591
2#F2B796
3#EDB89C
4#E7BAA2
5#E1BCA8
6#DBBDAD
7#D6BFB3
8#D0C1B9
9#CAC3BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF5 #FFF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE8 #FFE8DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FED4 #FED4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEB3 #FEB38B | BordersInactive statesPlaceholder text |
| 400 | FD8C #FD8C4E | Disabled statesSecondary iconsMuted text |
| 500 | FD6B #FD6B1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE4F #DE4F02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B13F #B13F02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E2D #7E2D01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 511D #511D01 | Primary textHigh emphasis contentDark headings |
| 950 | 3212 #321201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF5F0;
--peach-100: #FFE8DC;
--peach-200: #FED4BD;
--peach-300: #FEB38B;
--peach-400: #FD8C4E;
--peach-500: #FD6B1C;
--peach-600: #DE4F02;
--peach-700: #B13F02;
--peach-800: #7E2D01;
--peach-900: #511D01;
--peach-950: #321201;
}