Peach

#F8BC91

Orange

Color Codes

All color formats for development

HEX
#F8BC91
RGB
rgb(248, 188, 145)
HSL
hsl(25, 88%, 77%)
OKLCH
oklch(0.84 0.09 56.8)
CMYK
cmyk(0%, 24%, 42%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF6
100
#FDEB
200
#FBD9
300
#F8BC
400
#F499
500
#F17B
600
#D360
700
#A84C
800
#7836
900
#4D23
950
#3016

Shades

Darker variations

1#F6A56C
2#F38F47
3#F17822
4#DD650E
5#B9540C
6#944309
7#6F3207
8#4A2205
9#251102

Tints

Lighter variations

1#F9C29C
2#F9C9A7
3#FAD0B2
4#FBD7BD
5#FBDDC8
6#FCE4D3
7#FDEBDE
8#FEF2E9
9#FEF8F4

Tones

Muted variations

1#F3BD96
2#EEBD9B
3#E8BEA0
4#E3BFA5
5#DEC0AB
6#D9C1B0
7#D4C2B5
8#CFC3BA
9#CAC3BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF6
#FEF6F1
BackgroundsSubtle highlightsCard backgrounds
100
FDEB
#FDEBDD
Light backgroundsTable row hoverSkeleton loading
200
FBD9
#FBD9C1
Secondary backgroundsInput backgroundsDividers
300
F8BC
#F8BC91
BordersInactive statesPlaceholder text
400
F499
#F49957
Disabled statesSecondary iconsMuted text
500
F17B
#F17B27
Primary brand colorCTAsActive elementsLinks
600
D360
#D3600D
Hover statesFocus ringsPrimary buttons hover
700
A84C
#A84C0B
Active/pressed statesDark mode accentsSecondary text
800
7836
#783608
Text on light backgroundsHeadingsStrong borders
900
4D23
#4D2305
Primary textHigh emphasis contentDark headings
950
3016
#301603
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FEF6F1;
  --peach-100: #FDEBDD;
  --peach-200: #FBD9C1;
  --peach-300: #F8BC91;
  --peach-400: #F49957;
  --peach-500: #F17B27;
  --peach-600: #D3600D;
  --peach-700: #A84C0B;
  --peach-800: #783608;
  --peach-900: #4D2305;
  --peach-950: #301603;
}
Generate More ShadesCreate PaletteConvert Color