Peach
#F3CC95
OrangeColor Codes
All color formats for development
HEX
#F3CC95RGB
rgb(243, 204, 149)HSL
hsl(35, 80%, 77%)OKLCH
oklch(0.866 0.083 75.8)CMYK
cmyk(0%, 16%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFBB72
2#EBAA4F
3#E7992B
4#D48618
5#B16F14
6#8D5910
7#6A430C
8#472D08
9#231604
Tints
Lighter variations
1#F4D1A0
2#F6D6AB
3#F7DBB5
4#F8E1C0
5#F9E6CA
6#FAEBD5
7#FBF0DF
8#FDF5EA
9#FEFAF4
Tones
Muted variations
1#EFCB9A
2#EACB9F
3#E5CAA4
4#E1C9A8
5#DCC8AD
6#D7C7B2
7#D2C7B6
8#CEC6BB
9#C9C5C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E2 #F8E2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CC #F3CC95 | BordersInactive statesPlaceholder text |
| 400 | EDB2 #EDB25E | Disabled statesSecondary iconsMuted text |
| 500 | E89C #E89C30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA7F #CA7F16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A165 #A16512 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7348 #73480D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492E #492E08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1D #2E1D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF8F1;
--peach-100: #FBF0DF;
--peach-200: #F8E2C3;
--peach-300: #F3CC95;
--peach-400: #EDB25E;
--peach-500: #E89C30;
--peach-600: #CA7F16;
--peach-700: #A16512;
--peach-800: #73480D;
--peach-900: #492E08;
--peach-950: #2E1D05;
}