Peach
#FBB98E
OrangeColor Codes
All color formats for development
HEX
#FBB98ERGB
rgb(251, 185, 142)HSL
hsl(24, 93%, 77%)OKLCH
oklch(0.837 0.095 54.1)CMYK
cmyk(0%, 26%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAA268
2#F88B42
3#F7741C
4#E36008
5#BD5007
6#984005
7#723004
8#4C2003
9#261001
Tints
Lighter variations
1#FBC099
2#FCC7A4
3#FCCEB0
4#FDD5BB
5#FDDCC6
6#FDE3D2
7#FEEADD
8#FEF1E8
9#FFF8F4
Tones
Muted variations
1#F5BB93
2#F0BC99
3#EBBD9E
4#E5BEA4
5#E0BFA9
6#DAC0AF
7#D5C1B4
8#CFC2B9
9#CAC3BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEA #FEEADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDD8 #FDD8BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBB9 #FBB98E | BordersInactive statesPlaceholder text |
| 400 | F995 #F99553 | Disabled statesSecondary iconsMuted text |
| 500 | F777 #F77722 | Primary brand colorCTAsActive elementsLinks |
| 600 | D95B #D95B08 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC49 #AC4906 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B34 #7B3404 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F21 #4F2103 | Primary textHigh emphasis contentDark headings |
| 950 | 3115 #311502 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF6F0;
--peach-100: #FEEADD;
--peach-200: #FDD8BF;
--peach-300: #FBB98E;
--peach-400: #F99553;
--peach-500: #F77722;
--peach-600: #D95B08;
--peach-700: #AC4906;
--peach-800: #7B3404;
--peach-900: #4F2103;
--peach-950: #311502;
}