Peach

#FABD8F

Orange

Color Codes

All color formats for development

HEX
#FABD8F
RGB
rgb(250, 189, 143)
HSL
hsl(26, 91%, 77%)
OKLCH
oklch(0.843 0.093 58.1)
CMYK
cmyk(0%, 24%, 43%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.65:1

AA AAA

On Black Background

12.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF6
100
#FDEB
200
#FCDA
300
#FABD
400
#F79B
500
#F57E
600
#D663
700
#AA4E
800
#7A38
900
#4E24
950
#3116

Shades

Darker variations

1#F8A769
2#F69144
3#F47B1E
4#E1680B
5#BC5609
6#964507
7#713405
8#4B2304
9#261102

Tints

Lighter variations

1#FAC49A
2#FBCAA5
3#FBD1B1
4#FCD8BC
5#FCDEC7
6#FDE5D2
7#FDEBDD
8#FEF2E9
9#FEF8F4

Tones

Muted variations

1#F4BE94
2#EFBF9A
3#EABF9F
4#E4C0A4
5#DFC1AA
6#DAC2AF
7#D4C2B4
8#CFC3BA
9#CAC4BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF6
#FEF6F0
BackgroundsSubtle highlightsCard backgrounds
100
FDEB
#FDEBDD
Light backgroundsTable row hoverSkeleton loading
200
FCDA
#FCDAC0
Secondary backgroundsInput backgroundsDividers
300
FABD
#FABD8F
BordersInactive statesPlaceholder text
400
F79B
#F79B55
Disabled statesSecondary iconsMuted text
500
F57E
#F57E24
Primary brand colorCTAsActive elementsLinks
600
D663
#D6630A
Hover statesFocus ringsPrimary buttons hover
700
AA4E
#AA4E08
Active/pressed statesDark mode accentsSecondary text
800
7A38
#7A3806
Text on light backgroundsHeadingsStrong borders
900
4E24
#4E2404
Primary textHigh emphasis contentDark headings
950
3116
#311602
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FEF6F0;
  --peach-100: #FDEBDD;
  --peach-200: #FCDAC0;
  --peach-300: #FABD8F;
  --peach-400: #F79B55;
  --peach-500: #F57E24;
  --peach-600: #D6630A;
  --peach-700: #AA4E08;
  --peach-800: #7A3806;
  --peach-900: #4E2404;
  --peach-950: #311602;
}
Generate More ShadesCreate PaletteConvert Color