Peach

#F8BD91

Orange

Color Codes

All color formats for development

HEX
#F8BD91
RGB
rgb(248, 189, 145)
HSL
hsl(26, 88%, 77%)
OKLCH
oklch(0.842 0.089 57.9)
CMYK
cmyk(0%, 24%, 42%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF6
100
#FDEB
200
#FBDA
300
#F8BD
400
#F49B
500
#F17F
600
#D363
700
#A84F
800
#7838
900
#4D24
950
#3017

Shades

Darker variations

1#F6A86C
2#F39247
3#F17C22
4#DD680E
5#B9570C
6#944509
7#6F3407
8#4A2305
9#251102

Tints

Lighter variations

1#F9C49C
2#F9CBA7
3#FAD1B2
4#FBD8BD
5#FBDEC8
6#FCE5D3
7#FDEBDE
8#FEF2E9
9#FEF8F4

Tones

Muted variations

1#F3BE96
2#EEBF9B
3#E8C0A0
4#E3C0A5
5#DEC1AB
6#D9C2B0
7#D4C2B5
8#CFC3BA
9#CAC4BF

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
FBDA
#FBDAC1
Secondary backgroundsInput backgroundsDividers
300
F8BD
#F8BD91
BordersInactive statesPlaceholder text
400
F49B
#F49B57
Disabled statesSecondary iconsMuted text
500
F17F
#F17F27
Primary brand colorCTAsActive elementsLinks
600
D363
#D3630D
Hover statesFocus ringsPrimary buttons hover
700
A84F
#A84F0B
Active/pressed statesDark mode accentsSecondary text
800
7838
#783808
Text on light backgroundsHeadingsStrong borders
900
4D24
#4D2405
Primary textHigh emphasis contentDark headings
950
3017
#301703
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FEF6F1;
  --peach-100: #FDEBDD;
  --peach-200: #FBDAC1;
  --peach-300: #F8BD91;
  --peach-400: #F49B57;
  --peach-500: #F17F27;
  --peach-600: #D3630D;
  --peach-700: #A84F0B;
  --peach-800: #783808;
  --peach-900: #4D2405;
  --peach-950: #301703;
}
Generate More ShadesCreate PaletteConvert Color