Peach

#F2AF97

Orange

Color Codes

All color formats for development

HEX
#F2AF97
RGB
rgb(242, 175, 151)
HSL
hsl(16, 78%, 77%)
OKLCH
oklch(0.811 0.086 40.5)
CMYK
cmyk(0%, 28%, 38%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.85:1

AA AAA

On Black Background

11.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF5
100
#FBE7
200
#F8D2
300
#F2AF
400
#EB85
500
#E662
600
#C847
700
#9F39
800
#7129
900
#491A
950
#2D10

Shades

Darker variations

1#EE9474
2#E97951
3#E55F2E
4#D24B1A
5#AF3E16
6#8C3211
7#69250D
8#461909
9#230C04

Tints

Lighter variations

1#F3B7A1
2#F5BFAB
3#F6C7B6
4#F7CFC0
5#F9D7CB
6#FADFD5
7#FBE7E0
8#FCEFEA
9#FEF7F5

Tones

Muted variations

1#EEB19B
2#E9B3A0
3#E4B5A4
4#E0B8A9
5#DBBAAD
6#D7BCB2
7#D2BEB7
8#CDC0BB
9#C9C2C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF5
#FDF5F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE7
#FBE7DF
Light backgroundsTable row hoverSkeleton loading
200
F8D2
#F8D2C4
Secondary backgroundsInput backgroundsDividers
300
F2AF
#F2AF97
BordersInactive statesPlaceholder text
400
EB85
#EB8560
Disabled statesSecondary iconsMuted text
500
E662
#E66233
Primary brand colorCTAsActive elementsLinks
600
C847
#C84719
Hover statesFocus ringsPrimary buttons hover
700
9F39
#9F3914
Active/pressed statesDark mode accentsSecondary text
800
7129
#71290E
Text on light backgroundsHeadingsStrong borders
900
491A
#491A09
Primary textHigh emphasis contentDark headings
950
2D10
#2D1006
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FDF5F1;
  --peach-100: #FBE7DF;
  --peach-200: #F8D2C4;
  --peach-300: #F2AF97;
  --peach-400: #EB8560;
  --peach-500: #E66233;
  --peach-600: #C84719;
  --peach-700: #9F3914;
  --peach-800: #71290E;
  --peach-900: #491A09;
  --peach-950: #2D1006;
}
Generate More ShadesCreate PaletteConvert Color