Peach
#F9C190
OrangeColor Codes
All color formats for development
HEX
#F9C190RGB
rgb(249, 193, 144)HSL
hsl(28, 90%, 77%)OKLCH
oklch(0.85 0.091 62.3)CMYK
cmyk(0%, 22%, 42%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7AC6A
2#F59745
3#F38220
4#E06F0C
5#BB5C0A
6#954A08
7#703706
8#4B2504
9#251202
Tints
Lighter variations
1#FAC79B
2#FACDA6
3#FBD3B1
4#FBDABC
5#FCE0C7
6#FDE6D2
7#FDECDE
8#FEF3E9
9#FEF9F4
Tones
Muted variations
1#F4C195
2#EFC29A
3#E9C29F
4#E4C2A5
5#DFC3AA
6#D9C3AF
7#D4C3B5
8#CFC4BA
9#CAC4BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF7 #FEF7F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEC #FDECDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCDC #FCDCC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9C1 #F9C190 | BordersInactive statesPlaceholder text |
| 400 | F6A0 #F6A055 | Disabled statesSecondary iconsMuted text |
| 500 | F485 #F48525 | Primary brand colorCTAsActive elementsLinks |
| 600 | D569 #D5690B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA54 #AA5409 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 793C #793C06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E26 #4E2604 | Primary textHigh emphasis contentDark headings |
| 950 | 3018 #301803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF7F0;
--peach-100: #FDECDD;
--peach-200: #FCDCC0;
--peach-300: #F9C190;
--peach-400: #F6A055;
--peach-500: #F48525;
--peach-600: #D5690B;
--peach-700: #AA5409;
--peach-800: #793C06;
--peach-900: #4E2604;
--peach-950: #301803;
}