Peach

#F2BA97

Orange

Color Codes

All color formats for development

HEX
#F2BA97
RGB
rgb(242, 186, 151)
HSL
hsl(23, 78%, 77%)
OKLCH
oklch(0.831 0.08 53.3)
CMYK
cmyk(0%, 23%, 38%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.71:1

AA AAA

On Black Background

12.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF6
100
#FBEA
200
#F8D8
300
#F2BA
400
#EB96
500
#E677
600
#C85C
700
#9F49
800
#7134
900
#4921
950
#2D15

Shades

Darker variations

1#EEA274
2#E98B51
3#E5742E
4#D2601A
5#AF5016
6#8C4011
7#69300D
8#462009
9#231004

Tints

Lighter variations

1#F3C1A1
2#F5C8AB
3#F6CEB6
4#F7D5C0
5#F9DCCB
6#FAE3D5
7#FBEAE0
8#FCF1EA
9#FEF8F5

Tones

Muted variations

1#EEBB9B
2#E9BCA0
3#E4BDA4
4#E0BEA9
5#DBBFAD
6#D7C0B2
7#D2C1B7
8#CDC2BB
9#C9C3C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF6
#FDF6F1
BackgroundsSubtle highlightsCard backgrounds
100
FBEA
#FBEADF
Light backgroundsTable row hoverSkeleton loading
200
F8D8
#F8D8C4
Secondary backgroundsInput backgroundsDividers
300
F2BA
#F2BA97
BordersInactive statesPlaceholder text
400
EB96
#EB9660
Disabled statesSecondary iconsMuted text
500
E677
#E67733
Primary brand colorCTAsActive elementsLinks
600
C85C
#C85C19
Hover statesFocus ringsPrimary buttons hover
700
9F49
#9F4914
Active/pressed statesDark mode accentsSecondary text
800
7134
#71340E
Text on light backgroundsHeadingsStrong borders
900
4921
#492109
Primary textHigh emphasis contentDark headings
950
2D15
#2D1506
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FDF6F1;
  --peach-100: #FBEADF;
  --peach-200: #F8D8C4;
  --peach-300: #F2BA97;
  --peach-400: #EB9660;
  --peach-500: #E67733;
  --peach-600: #C85C19;
  --peach-700: #9F4914;
  --peach-800: #71340E;
  --peach-900: #492109;
  --peach-950: #2D1506;
}
Generate More ShadesCreate PaletteConvert Color