Peach

#FCA58D

Red

Color Codes

All color formats for development

HEX
#FCA58D
RGB
rgb(252, 165, 141)
HSL
hsl(13, 95%, 77%)
OKLCH
oklch(0.802 0.109 36.1)
CMYK
cmyk(0%, 35%, 44%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.93:1

AA AAA

On Black Background

10.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF3
100
#FEE4
200
#FDCC
300
#FCA5
400
#FB76
500
#F94E
600
#DB34
700
#AE29
800
#7C1D
900
#5013
950
#320C

Shades

Darker variations

1#FB8766
2#FA6840
3#F94A1A
4#E63606
5#BF2D05
6#992404
7#731B03
8#4D1202
9#260901

Tints

Lighter variations

1#FCAE98
2#FDB7A4
3#FDC0AF
4#FDC9BA
5#FED2C6
6#FEDBD1
7#FEE4DD
8#FEEDE8
9#FFF6F4

Tones

Muted variations

1#F6A892
2#F1AB98
3#EBAE9D
4#E6B1A3
5#E0B5A8
6#DBB8AE
7#D5BBB4
8#CFBEB9
9#CAC1BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF3
#FFF3F0
BackgroundsSubtle highlightsCard backgrounds
100
FEE4
#FEE4DC
Light backgroundsTable row hoverSkeleton loading
200
FDCC
#FDCCBE
Secondary backgroundsInput backgroundsDividers
300
FCA5
#FCA58D
BordersInactive statesPlaceholder text
400
FB76
#FB7651
Disabled statesSecondary iconsMuted text
500
F94E
#F94E1F
Primary brand colorCTAsActive elementsLinks
600
DB34
#DB3406
Hover statesFocus ringsPrimary buttons hover
700
AE29
#AE2904
Active/pressed statesDark mode accentsSecondary text
800
7C1D
#7C1D03
Text on light backgroundsHeadingsStrong borders
900
5013
#501302
Primary textHigh emphasis contentDark headings
950
320C
#320C01
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FFF3F0;
  --peach-100: #FEE4DC;
  --peach-200: #FDCCBE;
  --peach-300: #FCA58D;
  --peach-400: #FB7651;
  --peach-500: #F94E1F;
  --peach-600: #DB3406;
  --peach-700: #AE2904;
  --peach-800: #7C1D03;
  --peach-900: #501302;
  --peach-950: #320C01;
}
Generate More ShadesCreate PaletteConvert Color