Peach
#FFB38A
OrangeColor Codes
All color formats for development
HEX
#FFB38ARGB
rgb(255, 179, 138)HSL
hsl(21, 100%, 77%)OKLCH
oklch(0.83 0.104 49.2)CMYK
cmyk(0%, 30%, 46%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF9962
2#FF803B
3#FF6614
4#EC5200
5#C44500
6#9D3700
7#762900
8#4F1B00
9#270E00
Tints
Lighter variations
1#FFBA95
2#FFC2A1
3#FFCAAD
4#FFD1B9
5#FFD9C4
6#FFE1D0
7#FFE8DC
8#FFF0E8
9#FFF7F3
Tones
Muted variations
1#F9B590
2#F3B695
3#EDB89B
4#E8BAA1
5#E2BCA7
6#DCBDAD
7#D6BFB3
8#D0C1B9
9#CAC3BE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF5 #FFF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE8 #FFE8DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFD4 #FFD4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFB3 #FFB38A | BordersInactive statesPlaceholder text |
| 400 | FF8B #FF8B4D | Disabled statesSecondary iconsMuted text |
| 500 | FF6A #FF6A1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E04F #E04F00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B33E #B33E00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 802D #802D00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 521D #521D00 | Primary textHigh emphasis contentDark headings |
| 950 | 3312 #331200 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF5F0;
--peach-100: #FFE8DB;
--peach-200: #FFD4BD;
--peach-300: #FFB38A;
--peach-400: #FF8B4D;
--peach-500: #FF6A1A;
--peach-600: #E04F00;
--peach-700: #B33E00;
--peach-800: #802D00;
--peach-900: #521D00;
--peach-950: #331200;
}