Peach

#F3BA96

Orange

Color Codes

All color formats for development

HEX
#F3BA96
RGB
rgb(243, 186, 150)
HSL
hsl(23, 79%, 77%)
OKLCH
oklch(0.832 0.082 53.6)
CMYK
cmyk(0%, 23%, 38%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.71:1

AA AAA

On Black Background

12.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF6
100
#FBEA
200
#F8D8
300
#F3BA
400
#EC95
500
#E777
600
#C95C
700
#A049
800
#7234
900
#4921
950
#2E15

Shades

Darker variations

1#EFA273
2#EA8B50
3#E6742D
4#D36019
5#B05015
6#8D4010
7#69300C
8#462008
9#231004

Tints

Lighter variations

1#F4C0A1
2#F5C7AB
3#F6CEB6
4#F8D5C0
5#F9DCCB
6#FAE3D5
7#FBEAE0
8#FDF1EA
9#FEF8F5

Tones

Muted variations

1#EEBB9B
2#E9BC9F
3#E5BDA4
4#E0BEA9
5#DCBFAD
6#D7C0B2
7#D2C1B6
8#CEC2BB
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
F3BA
#F3BA96
BordersInactive statesPlaceholder text
400
EC95
#EC955F
Disabled statesSecondary iconsMuted text
500
E777
#E77732
Primary brand colorCTAsActive elementsLinks
600
C95C
#C95C18
Hover statesFocus ringsPrimary buttons hover
700
A049
#A04913
Active/pressed statesDark mode accentsSecondary text
800
7234
#72340D
Text on light backgroundsHeadingsStrong borders
900
4921
#492109
Primary textHigh emphasis contentDark headings
950
2E15
#2E1505
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: #F3BA96;
  --peach-400: #EC955F;
  --peach-500: #E77732;
  --peach-600: #C95C18;
  --peach-700: #A04913;
  --peach-800: #72340D;
  --peach-900: #492109;
  --peach-950: #2E1505;
}
Generate More ShadesCreate PaletteConvert Color