Peach

#FCB98D

Orange

Color Codes

All color formats for development

HEX
#FCB98D
RGB
rgb(252, 185, 141)
HSL
hsl(24, 95%, 77%)
OKLCH
oklch(0.838 0.097 54.3)
CMYK
cmyk(0%, 27%, 44%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.68:1

AA AAA

On Black Background

12.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF6
100
#FEEA
200
#FDD8
300
#FCB9
400
#FB95
500
#F976
600
#DB5B
700
#AE48
800
#7C34
900
#5021
950
#3215

Shades

Darker variations

1#FBA266
2#FA8A40
3#F9731A
4#E65F06
5#BF5005
6#994004
7#733003
8#4D2002
9#261001

Tints

Lighter variations

1#FCC098
2#FDC7A4
3#FDCEAF
4#FDD5BA
5#FEDCC6
6#FEE3D1
7#FEEADD
8#FEF1E8
9#FFF8F4

Tones

Muted variations

1#F6BA92
2#F1BB98
3#EBBD9D
4#E6BEA3
5#E0BFA8
6#DBC0AE
7#D5C1B4
8#CFC2B9
9#CAC3BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF6
#FFF6F0
BackgroundsSubtle highlightsCard backgrounds
100
FEEA
#FEEADC
Light backgroundsTable row hoverSkeleton loading
200
FDD8
#FDD8BE
Secondary backgroundsInput backgroundsDividers
300
FCB9
#FCB98D
BordersInactive statesPlaceholder text
400
FB95
#FB9551
Disabled statesSecondary iconsMuted text
500
F976
#F9761F
Primary brand colorCTAsActive elementsLinks
600
DB5B
#DB5B06
Hover statesFocus ringsPrimary buttons hover
700
AE48
#AE4804
Active/pressed statesDark mode accentsSecondary text
800
7C34
#7C3403
Text on light backgroundsHeadingsStrong borders
900
5021
#502102
Primary textHigh emphasis contentDark headings
950
3215
#321501
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FFF6F0;
  --peach-100: #FEEADC;
  --peach-200: #FDD8BE;
  --peach-300: #FCB98D;
  --peach-400: #FB9551;
  --peach-500: #F9761F;
  --peach-600: #DB5B06;
  --peach-700: #AE4804;
  --peach-800: #7C3403;
  --peach-900: #502102;
  --peach-950: #321501;
}
Generate More ShadesCreate PaletteConvert Color