Peach

#F8D091

Orange

Color Codes

All color formats for development

HEX
#F8D091
RGB
rgb(248, 208, 145)
HSL
hsl(37, 88%, 77%)
OKLCH
oklch(0.878 0.092 78.5)
CMYK
cmyk(0%, 16%, 42%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.46:1

AA AAA

On Black Background

14.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF9
100
#FDF1
200
#FBE5
300
#F8D0
400
#F4B8
500
#F1A4
600
#D387
700
#A86C
800
#784D
900
#4D31
950
#301F

Shades

Darker variations

1#F6C16C
2#F3B147
3#F1A222
4#DD8E0E
5#B9760C
6#945F09
7#6F4707
8#4A2F05
9#251802

Tints

Lighter variations

1#F9D59C
2#F9DAA7
3#FADEB2
4#FBE3BD
5#FBE8C8
6#FCECD3
7#FDF1DE
8#FEF6E9
9#FEFAF4

Tones

Muted variations

1#F3CF96
2#EECE9B
3#E8CDA0
4#E3CCA5
5#DECAAB
6#D9C9B0
7#D4C8B5
8#CFC7BA
9#CAC6BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF9
#FEF9F1
BackgroundsSubtle highlightsCard backgrounds
100
FDF1
#FDF1DD
Light backgroundsTable row hoverSkeleton loading
200
FBE5
#FBE5C1
Secondary backgroundsInput backgroundsDividers
300
F8D0
#F8D091
BordersInactive statesPlaceholder text
400
F4B8
#F4B857
Disabled statesSecondary iconsMuted text
500
F1A4
#F1A427
Primary brand colorCTAsActive elementsLinks
600
D387
#D3870D
Hover statesFocus ringsPrimary buttons hover
700
A86C
#A86C0B
Active/pressed statesDark mode accentsSecondary text
800
784D
#784D08
Text on light backgroundsHeadingsStrong borders
900
4D31
#4D3105
Primary textHigh emphasis contentDark headings
950
301F
#301F03
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FEF9F1;
  --peach-100: #FDF1DD;
  --peach-200: #FBE5C1;
  --peach-300: #F8D091;
  --peach-400: #F4B857;
  --peach-500: #F1A427;
  --peach-600: #D3870D;
  --peach-700: #A86C0B;
  --peach-800: #784D08;
  --peach-900: #4D3105;
  --peach-950: #301F03;
}
Generate More ShadesCreate PaletteConvert Color