Peach
#FFDBBD
OrangeColor Codes
All color formats for development
HEX
#FFDBBDRGB
rgb(255, 219, 189)HSL
hsl(27, 100%, 87%)OKLCH
oklch(0.914 0.056 61.8)CMYK
cmyk(0%, 14%, 26%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFC290
2#FFAA64
3#FF9138
4#FF790B
5#DE6400
6#B15000
7#853C00
8#592800
9#2C1400
Tints
Lighter variations
1#FFDEC3
2#FFE2CA
3#FFE5D1
4#FFE9D7
5#FFEDDE
6#FFF0E4
7#FFF4EB
8#FFF8F2
9#FFFBF8
Tones
Muted variations
1#FCDBC0
2#F8DBC3
3#F5DCC7
4#F2DCCA
5#EEDCCD
6#EBDDD1
7#E8DDD4
8#E4DDD7
9#E1DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF7 #FFF7F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEB #FFEBDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFDB #FFDBBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFBE #FFBE8A | BordersInactive statesPlaceholder text |
| 400 | FF9D #FF9D4D | Disabled statesSecondary iconsMuted text |
| 500 | FF81 #FF811A | Primary brand colorCTAsActive elementsLinks |
| 600 | E065 #E06500 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B350 #B35000 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8039 #803900 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5225 #522500 | Primary textHigh emphasis contentDark headings |
| 950 | 3317 #331700 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF7F0;
--peach-100: #FFEBDB;
--peach-200: #FFDBBD;
--peach-300: #FFBE8A;
--peach-400: #FF9D4D;
--peach-500: #FF811A;
--peach-600: #E06500;
--peach-700: #B35000;
--peach-800: #803900;
--peach-900: #522500;
--peach-950: #331700;
}