Peach
#FFCA8A
OrangeColor Codes
All color formats for development
HEX
#FFCA8ARGB
rgb(255, 202, 138)HSL
hsl(33, 100%, 77%)OKLCH
oklch(0.872 0.101 71.1)CMYK
cmyk(0%, 21%, 46%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFB962
2#FFA73B
3#FF9514
4#EC8200
5#C46C00
6#9D5600
7#764100
8#4F2B00
9#271600
Tints
Lighter variations
1#FFCF95
2#FFD5A1
3#FFDAAD
4#FFDFB9
5#FFE5C4
6#FFEAD0
7#FFEFDC
8#FFF4E8
9#FFFAF3
Tones
Muted variations
1#F9CA90
2#F3C995
3#EDC89B
4#E8C8A1
5#E2C7A7
6#DCC7AD
7#D6C6B3
8#D0C6B9
9#CAC5BE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF8 #FFF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEF #FFEFDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE1 #FFE1BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFCA #FFCA8A | BordersInactive statesPlaceholder text |
| 400 | FFAF #FFAF4D | Disabled statesSecondary iconsMuted text |
| 500 | FF98 #FF981A | Primary brand colorCTAsActive elementsLinks |
| 600 | E07B #E07B00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B362 #B36200 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8046 #804600 | Text on light backgroundsHeadingsStrong borders |
| 900 | 522D #522D00 | Primary textHigh emphasis contentDark headings |
| 950 | 331C #331C00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF8F0;
--peach-100: #FFEFDB;
--peach-200: #FFE1BD;
--peach-300: #FFCA8A;
--peach-400: #FFAF4D;
--peach-500: #FF981A;
--peach-600: #E07B00;
--peach-700: #B36200;
--peach-800: #804600;
--peach-900: #522D00;
--peach-950: #331C00;
}