Peach

#FBA78D

Red

Color Codes

All color formats for development

HEX
#FBA78D
RGB
rgb(251, 167, 141)
HSL
hsl(14, 93%, 77%)
OKLCH
oklch(0.805 0.106 37.9)
CMYK
cmyk(0%, 33%, 44%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.91:1

AA AAA

On Black Background

11.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF4
100
#FEE4
200
#FDCD
300
#FBA7
400
#F979
500
#F753
600
#D939
700
#AC2D
800
#7B20
900
#4F15
950
#310D

Shades

Darker variations

1#FA8A68
2#F86D42
3#F74F1C
4#E33B08
5#BD3107
6#982805
7#721E04
8#4C1403
9#260A01

Tints

Lighter variations

1#FBB099
2#FCB9A4
3#FCC2B0
4#FDCABB
5#FDD3C6
6#FDDCD2
7#FEE5DD
8#FEEDE8
9#FFF6F4

Tones

Muted variations

1#F5AA93
2#F0AD99
3#EBB09E
4#E5B3A4
5#E0B6A9
6#DAB9AF
7#D5BCB4
8#CFBFB9
9#CAC1BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF4
#FEF4F0
BackgroundsSubtle highlightsCard backgrounds
100
FEE4
#FEE4DD
Light backgroundsTable row hoverSkeleton loading
200
FDCD
#FDCDBF
Secondary backgroundsInput backgroundsDividers
300
FBA7
#FBA78E
BordersInactive statesPlaceholder text
400
F979
#F97953
Disabled statesSecondary iconsMuted text
500
F753
#F75322
Primary brand colorCTAsActive elementsLinks
600
D939
#D93908
Hover statesFocus ringsPrimary buttons hover
700
AC2D
#AC2D06
Active/pressed statesDark mode accentsSecondary text
800
7B20
#7B2004
Text on light backgroundsHeadingsStrong borders
900
4F15
#4F1503
Primary textHigh emphasis contentDark headings
950
310D
#310D02
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FEF4F0;
  --peach-100: #FEE4DD;
  --peach-200: #FDCDBF;
  --peach-300: #FBA78E;
  --peach-400: #F97953;
  --peach-500: #F75322;
  --peach-600: #D93908;
  --peach-700: #AC2D06;
  --peach-800: #7B2004;
  --peach-900: #4F1503;
  --peach-950: #310D02;
}
Generate More ShadesCreate PaletteConvert Color