Peach

#F7D092

Orange

Color Codes

All color formats for development

HEX
#F7D092
RGB
rgb(247, 208, 146)
HSL
hsl(37, 86%, 77%)
OKLCH
oklch(0.877 0.09 78.7)
CMYK
cmyk(0%, 16%, 41%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.46:1

AA AAA

On Black Background

14.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF9
100
#FDF1
200
#FAE5
300
#F7D0
400
#F3B8
500
#EFA3
600
#D187
700
#A66B
800
#774D
900
#4C31
950
#2F1F

Shades

Darker variations

1#F4C06D
2#F1B149
3#EFA124
4#DB8D10
5#B7760E
6#925E0B
7#6E4708
8#492F05
9#251803

Tints

Lighter variations

1#F8D59D
2#F8D9A8
3#F9DEB3
4#FAE3BE
5#FBE8C8
6#FCECD3
7#FDF1DE
8#FDF6E9
9#FEFAF4

Tones

Muted variations

1#F2CF97
2#EDCE9C
3#E8CDA1
4#E3CBA6
5#DECAAB
6#D9C9B0
7#D3C8B5
8#CEC7BA
9#C9C6BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF9
#FEF9F1
BackgroundsSubtle highlightsCard backgrounds
100
FDF1
#FDF1DE
Light backgroundsTable row hoverSkeleton loading
200
FAE5
#FAE5C1
Secondary backgroundsInput backgroundsDividers
300
F7D0
#F7D092
BordersInactive statesPlaceholder text
400
F3B8
#F3B859
Disabled statesSecondary iconsMuted text
500
EFA3
#EFA32A
Primary brand colorCTAsActive elementsLinks
600
D187
#D18710
Hover statesFocus ringsPrimary buttons hover
700
A66B
#A66B0C
Active/pressed statesDark mode accentsSecondary text
800
774D
#774D09
Text on light backgroundsHeadingsStrong borders
900
4C31
#4C3106
Primary textHigh emphasis contentDark headings
950
2F1F
#2F1F04
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FEF9F1;
  --peach-100: #FDF1DE;
  --peach-200: #FAE5C1;
  --peach-300: #F7D092;
  --peach-400: #F3B859;
  --peach-500: #EFA32A;
  --peach-600: #D18710;
  --peach-700: #A66B0C;
  --peach-800: #774D09;
  --peach-900: #4C3106;
  --peach-950: #2F1F04;
}
Generate More ShadesCreate PaletteConvert Color