Peach

#FBB78D

Orange

Color Codes

All color formats for development

HEX
#FBB78D
RGB
rgb(251, 183, 141)
HSL
hsl(23, 93%, 77%)
OKLCH
oklch(0.833 0.097 52.7)
CMYK
cmyk(0%, 27%, 44%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.71:1

AA AAA

On Black Background

12.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF6
100
#FEE9
200
#FDD7
300
#FBB8
400
#F992
500
#F773
600
#D958
700
#AC46
800
#7B32
900
#4F20
950
#3114

Shades

Darker variations

1#FAA068
2#F88842
3#F7701C
4#E35C08
5#BD4D07
6#983D05
7#722E04
8#4C1F03
9#260F01

Tints

Lighter variations

1#FBBF99
2#FCC6A4
3#FCCDB0
4#FDD4BB
5#FDDBC6
6#FDE2D2
7#FEEADD
8#FEF1E8
9#FFF8F4

Tones

Muted variations

1#F5B993
2#F0BA99
3#EBBB9E
4#E5BDA4
5#E0BEA9
6#DABFAF
7#D5C1B4
8#CFC2B9
9#CAC3BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF6
#FEF6F0
BackgroundsSubtle highlightsCard backgrounds
100
FEE9
#FEE9DD
Light backgroundsTable row hoverSkeleton loading
200
FDD7
#FDD7BF
Secondary backgroundsInput backgroundsDividers
300
FBB8
#FBB88E
BordersInactive statesPlaceholder text
400
F992
#F99253
Disabled statesSecondary iconsMuted text
500
F773
#F77322
Primary brand colorCTAsActive elementsLinks
600
D958
#D95808
Hover statesFocus ringsPrimary buttons hover
700
AC46
#AC4606
Active/pressed statesDark mode accentsSecondary text
800
7B32
#7B3204
Text on light backgroundsHeadingsStrong borders
900
4F20
#4F2003
Primary textHigh emphasis contentDark headings
950
3114
#311402
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FEF6F0;
  --peach-100: #FEE9DD;
  --peach-200: #FDD7BF;
  --peach-300: #FBB88E;
  --peach-400: #F99253;
  --peach-500: #F77322;
  --peach-600: #D95808;
  --peach-700: #AC4606;
  --peach-800: #7B3204;
  --peach-900: #4F2003;
  --peach-950: #311402;
}
Generate More ShadesCreate PaletteConvert Color