Peach

#F3BE96

Orange

Color Codes

All color formats for development

HEX
#F3BE96
RGB
rgb(243, 190, 150)
HSL
hsl(26, 79%, 77%)
OKLCH
oklch(0.84 0.081 58.4)
CMYK
cmyk(0%, 22%, 38%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF7
100
#FBEB
200
#F8DA
300
#F3BE
400
#EC9C
500
#E780
600
#C964
700
#A050
800
#7239
900
#4925
950
#2E17

Shades

Darker variations

1#EFA873
2#EA9350
3#E67D2D
4#D36919
5#B05815
6#8D4610
7#69350C
8#462308
9#231204

Tints

Lighter variations

1#F4C5A1
2#F5CBAB
3#F6D2B6
4#F8D8C0
5#F9DFCB
6#FAE5D5
7#FBECE0
8#FDF2EA
9#FEF9F5

Tones

Muted variations

1#EEBF9B
2#E9BF9F
3#E5C0A4
4#E0C1A9
5#DCC1AD
6#D7C2B2
7#D2C2B6
8#CEC3BB
9#C9C4C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF7
#FDF7F1
BackgroundsSubtle highlightsCard backgrounds
100
FBEB
#FBEBDF
Light backgroundsTable row hoverSkeleton loading
200
F8DA
#F8DAC4
Secondary backgroundsInput backgroundsDividers
300
F3BE
#F3BE96
BordersInactive statesPlaceholder text
400
EC9C
#EC9C5F
Disabled statesSecondary iconsMuted text
500
E780
#E78032
Primary brand colorCTAsActive elementsLinks
600
C964
#C96418
Hover statesFocus ringsPrimary buttons hover
700
A050
#A05013
Active/pressed statesDark mode accentsSecondary text
800
7239
#72390D
Text on light backgroundsHeadingsStrong borders
900
4925
#492509
Primary textHigh emphasis contentDark headings
950
2E17
#2E1705
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FDF7F1;
  --peach-100: #FBEBDF;
  --peach-200: #F8DAC4;
  --peach-300: #F3BE96;
  --peach-400: #EC9C5F;
  --peach-500: #E78032;
  --peach-600: #C96418;
  --peach-700: #A05013;
  --peach-800: #72390D;
  --peach-900: #492509;
  --peach-950: #2E1705;
}
Generate More ShadesCreate PaletteConvert Color