Peach

#F1BE98

Orange

Color Codes

All color formats for development

HEX
#F1BE98
RGB
rgb(241, 190, 152)
HSL
hsl(26, 76%, 77%)
OKLCH
oklch(0.838 0.078 58.1)
CMYK
cmyk(0%, 21%, 37%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF7
100
#FBEB
200
#F7DA
300
#F1BE
400
#EA9D
500
#E381
600
#C565
700
#9D50
800
#7039
900
#4825
950
#2D17

Shades

Darker variations

1#ECA975
2#E79353
3#E37E30
4#CF6A1C
5#AD5818
6#8A4713
7#68350E
8#452309
9#231205

Tints

Lighter variations

1#F2C5A2
2#F4CBAC
3#F5D2B7
4#F7D8C1
5#F8DFCB
6#F9E5D6
7#FBECE0
8#FCF2EA
9#FEF9F5

Tones

Muted variations

1#ECBF9C
2#E8C0A1
3#E4C0A5
4#DFC1AA
5#DBC1AE
6#D6C2B3
7#D2C3B7
8#CDC3BB
9#C9C4C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF7
#FDF7F2
BackgroundsSubtle highlightsCard backgrounds
100
FBEB
#FBEBE0
Light backgroundsTable row hoverSkeleton loading
200
F7DA
#F7DAC5
Secondary backgroundsInput backgroundsDividers
300
F1BE
#F1BE98
BordersInactive statesPlaceholder text
400
EA9D
#EA9D62
Disabled statesSecondary iconsMuted text
500
E381
#E38135
Primary brand colorCTAsActive elementsLinks
600
C565
#C5651B
Hover statesFocus ringsPrimary buttons hover
700
9D50
#9D5015
Active/pressed statesDark mode accentsSecondary text
800
7039
#70390F
Text on light backgroundsHeadingsStrong borders
900
4825
#48250A
Primary textHigh emphasis contentDark headings
950
2D17
#2D1706
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FDF7F2;
  --peach-100: #FBEBE0;
  --peach-200: #F7DAC5;
  --peach-300: #F1BE98;
  --peach-400: #EA9D62;
  --peach-500: #E38135;
  --peach-600: #C5651B;
  --peach-700: #9D5015;
  --peach-800: #70390F;
  --peach-900: #48250A;
  --peach-950: #2D1706;
}
Generate More ShadesCreate PaletteConvert Color