Peach

#F8B091

Orange

Color Codes

All color formats for development

HEX
#F8B091
RGB
rgb(248, 176, 145)
HSL
hsl(18, 88%, 77%)
OKLCH
oklch(0.818 0.095 44.2)
CMYK
cmyk(0%, 29%, 42%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.81:1

AA AAA

On Black Background

11.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF5
100
#FDE7
200
#FBD2
300
#F8B0
400
#F486
500
#F164
600
#D349
700
#A83A
800
#7829
900
#4D1A
950
#3011

Shades

Darker variations

1#F6956C
2#F37B47
3#F16022
4#DD4C0E
5#B9400C
6#943309
7#6F2607
8#4A1905
9#250D02

Tints

Lighter variations

1#F9B89C
2#F9C0A7
3#FAC7B2
4#FBCFBD
5#FBD7C8
6#FCDFD3
7#FDE7DE
8#FEEFE9
9#FEF7F4

Tones

Muted variations

1#F3B296
2#EEB49B
3#E8B6A0
4#E3B8A5
5#DEBAAB
6#D9BCB0
7#D4BEB5
8#CFC0BA
9#CAC2BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF5
#FEF5F1
BackgroundsSubtle highlightsCard backgrounds
100
FDE7
#FDE7DD
Light backgroundsTable row hoverSkeleton loading
200
FBD2
#FBD2C1
Secondary backgroundsInput backgroundsDividers
300
F8B0
#F8B091
BordersInactive statesPlaceholder text
400
F486
#F48657
Disabled statesSecondary iconsMuted text
500
F164
#F16427
Primary brand colorCTAsActive elementsLinks
600
D349
#D3490D
Hover statesFocus ringsPrimary buttons hover
700
A83A
#A83A0B
Active/pressed statesDark mode accentsSecondary text
800
7829
#782908
Text on light backgroundsHeadingsStrong borders
900
4D1A
#4D1A05
Primary textHigh emphasis contentDark headings
950
3011
#301103
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FEF5F1;
  --peach-100: #FDE7DD;
  --peach-200: #FBD2C1;
  --peach-300: #F8B091;
  --peach-400: #F48657;
  --peach-500: #F16427;
  --peach-600: #D3490D;
  --peach-700: #A83A0B;
  --peach-800: #782908;
  --peach-900: #4D1A05;
  --peach-950: #301103;
}
Generate More ShadesCreate PaletteConvert Color