Peach

#F2B897

Orange

Color Codes

All color formats for development

HEX
#F2B897
RGB
rgb(242, 184, 151)
HSL
hsl(22, 78%, 77%)
OKLCH
oklch(0.828 0.081 50.9)
CMYK
cmyk(0%, 24%, 38%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.74:1

AA AAA

On Black Background

12.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF6
100
#FBE9
200
#F8D7
300
#F2B8
400
#EB93
500
#E674
600
#C859
700
#9F47
800
#7132
900
#4920
950
#2D14

Shades

Darker variations

1#EEA074
2#E98951
3#E5712E
4#D25D1A
5#AF4E16
6#8C3E11
7#692F0D
8#461F09
9#231004

Tints

Lighter variations

1#F3BFA1
2#F5C6AB
3#F6CDB6
4#F7D4C0
5#F9DCCB
6#FAE3D5
7#FBEAE0
8#FCF1EA
9#FEF8F5

Tones

Muted variations

1#EEB99B
2#E9BBA0
3#E4BCA4
4#E0BDA9
5#DBBEAD
6#D7BFB2
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
FBE9
#FBE9DF
Light backgroundsTable row hoverSkeleton loading
200
F8D7
#F8D7C4
Secondary backgroundsInput backgroundsDividers
300
F2B8
#F2B897
BordersInactive statesPlaceholder text
400
EB93
#EB9360
Disabled statesSecondary iconsMuted text
500
E674
#E67433
Primary brand colorCTAsActive elementsLinks
600
C859
#C85919
Hover statesFocus ringsPrimary buttons hover
700
9F47
#9F4714
Active/pressed statesDark mode accentsSecondary text
800
7132
#71320E
Text on light backgroundsHeadingsStrong borders
900
4920
#492009
Primary textHigh emphasis contentDark headings
950
2D14
#2D1406
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FDF6F1;
  --peach-100: #FBE9DF;
  --peach-200: #F8D7C4;
  --peach-300: #F2B897;
  --peach-400: #EB9360;
  --peach-500: #E67433;
  --peach-600: #C85919;
  --peach-700: #9F4714;
  --peach-800: #71320E;
  --peach-900: #492009;
  --peach-950: #2D1406;
}
Generate More ShadesCreate PaletteConvert Color