Peach
#FFB98A
OrangeColor Codes
All color formats for development
HEX
#FFB98ARGB
rgb(255, 185, 138)HSL
hsl(24, 100%, 77%)OKLCH
oklch(0.84 0.102 54.7)CMYK
cmyk(0%, 27%, 46%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFA162
2#FF893B
3#FF7214
4#EC5E00
5#C44F00
6#9D3F00
7#762F00
8#4F1F00
9#271000
Tints
Lighter variations
1#FFC095
2#FFC7A1
3#FFCEAD
4#FFD5B9
5#FFDCC4
6#FFE3D0
7#FFEADC
8#FFF1E8
9#FFF8F3
Tones
Muted variations
1#F9BA90
2#F3BB95
3#EDBC9B
4#E8BDA1
5#E2BEA7
6#DCC0AD
7#D6C1B3
8#D0C2B9
9#CAC3BE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF6 #FFF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEA #FFEADB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFD7 #FFD7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFB9 #FFB98A | BordersInactive statesPlaceholder text |
| 400 | FF94 #FF944D | Disabled statesSecondary iconsMuted text |
| 500 | FF75 #FF751A | Primary brand colorCTAsActive elementsLinks |
| 600 | E05A #E05A00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B347 #B34700 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8033 #803300 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5221 #522100 | Primary textHigh emphasis contentDark headings |
| 950 | 3314 #331400 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF6F0;
--peach-100: #FFEADB;
--peach-200: #FFD7BD;
--peach-300: #FFB98A;
--peach-400: #FF944D;
--peach-500: #FF751A;
--peach-600: #E05A00;
--peach-700: #B34700;
--peach-800: #803300;
--peach-900: #522100;
--peach-950: #331400;
}