Peach

#F8B591

Orange

Color Codes

All color formats for development

HEX
#F8B591
RGB
rgb(248, 181, 145)
HSL
hsl(21, 88%, 77%)
OKLCH
oklch(0.827 0.092 49.3)
CMYK
cmyk(0%, 27%, 42%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.75:1

AA AAA

On Black Background

12.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF5
100
#FDE8
200
#FBD5
300
#F8B5
400
#F48E
500
#F16E
600
#D353
700
#A842
800
#782F
900
#4D1E
950
#3013

Shades

Darker variations

1#F69C6C
2#F38347
3#F16A22
4#DD570E
5#B9480C
6#943A09
7#6F2B07
8#4A1D05
9#250E02

Tints

Lighter variations

1#F9BC9C
2#F9C4A7
3#FACBB2
4#FBD3BD
5#FBDAC8
6#FCE1D3
7#FDE9DE
8#FEF0E9
9#FEF8F4

Tones

Muted variations

1#F3B696
2#EEB89B
3#E8BAA0
4#E3BBA5
5#DEBDAB
6#D9BEB0
7#D4C0B5
8#CFC1BA
9#CAC3BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF5
#FEF5F1
BackgroundsSubtle highlightsCard backgrounds
100
FDE8
#FDE8DD
Light backgroundsTable row hoverSkeleton loading
200
FBD5
#FBD5C1
Secondary backgroundsInput backgroundsDividers
300
F8B5
#F8B591
BordersInactive statesPlaceholder text
400
F48E
#F48E57
Disabled statesSecondary iconsMuted text
500
F16E
#F16E27
Primary brand colorCTAsActive elementsLinks
600
D353
#D3530D
Hover statesFocus ringsPrimary buttons hover
700
A842
#A8420B
Active/pressed statesDark mode accentsSecondary text
800
782F
#782F08
Text on light backgroundsHeadingsStrong borders
900
4D1E
#4D1E05
Primary textHigh emphasis contentDark headings
950
3013
#301303
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FEF5F1;
  --peach-100: #FDE8DD;
  --peach-200: #FBD5C1;
  --peach-300: #F8B591;
  --peach-400: #F48E57;
  --peach-500: #F16E27;
  --peach-600: #D3530D;
  --peach-700: #A8420B;
  --peach-800: #782F08;
  --peach-900: #4D1E05;
  --peach-950: #301303;
}
Generate More ShadesCreate PaletteConvert Color