Peach

#F2C197

Orange

Color Codes

All color formats for development

HEX
#F2C197
RGB
rgb(242, 193, 151)
HSL
hsl(28, 78%, 77%)
OKLCH
oklch(0.844 0.079 62)
CMYK
cmyk(0%, 20%, 38%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.63:1

AA AAA

On Black Background

12.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF7
100
#FBEC
200
#F8DC
300
#F2C1
400
#EBA1
500
#E686
600
#C86A
700
#9F55
800
#713C
900
#4927
950
#2D18

Shades

Darker variations

1#EEAD74
2#E99851
3#E5832E
4#D2701A
5#AF5D16
6#8C4A11
7#69380D
8#462509
9#231304

Tints

Lighter variations

1#F3C7A1
2#F5CEAB
3#F6D4B6
4#F7DAC0
5#F9E0CB
6#FAE6D5
7#FBECE0
8#FCF3EA
9#FEF9F5

Tones

Muted variations

1#EEC29B
2#E9C2A0
3#E4C2A4
4#E0C3A9
5#DBC3AD
6#D7C3B2
7#D2C3B7
8#CDC4BB
9#C9C4C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF7
#FDF7F1
BackgroundsSubtle highlightsCard backgrounds
100
FBEC
#FBECDF
Light backgroundsTable row hoverSkeleton loading
200
F8DC
#F8DCC4
Secondary backgroundsInput backgroundsDividers
300
F2C1
#F2C197
BordersInactive statesPlaceholder text
400
EBA1
#EBA160
Disabled statesSecondary iconsMuted text
500
E686
#E68633
Primary brand colorCTAsActive elementsLinks
600
C86A
#C86A19
Hover statesFocus ringsPrimary buttons hover
700
9F55
#9F5514
Active/pressed statesDark mode accentsSecondary text
800
713C
#713C0E
Text on light backgroundsHeadingsStrong borders
900
4927
#492709
Primary textHigh emphasis contentDark headings
950
2D18
#2D1806
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FDF7F1;
  --peach-100: #FBECDF;
  --peach-200: #F8DCC4;
  --peach-300: #F2C197;
  --peach-400: #EBA160;
  --peach-500: #E68633;
  --peach-600: #C86A19;
  --peach-700: #9F5514;
  --peach-800: #713C0E;
  --peach-900: #492709;
  --peach-950: #2D1806;
}
Generate More ShadesCreate PaletteConvert Color