Peach

#FCCF8D

Orange

Color Codes

All color formats for development

HEX
#FCCF8D
RGB
rgb(252, 207, 141)
HSL
hsl(36, 95%, 77%)
OKLCH
oklch(0.879 0.097 76.5)
CMYK
cmyk(0%, 18%, 44%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.45:1

AA AAA

On Black Background

14.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF9
100
#FEF1
200
#FDE4
300
#FCCF
400
#FBB7
500
#F9A2
600
#DB86
700
#AE6A
800
#7C4C
900
#5031
950
#321E

Shades

Darker variations

1#FBC066
2#FAB040
3#F9A01A
4#E68C06
5#BF7505
6#995D04
7#734603
8#4D2F02
9#261701

Tints

Lighter variations

1#FCD498
2#FDD9A4
3#FDDEAF
4#FDE2BA
5#FEE7C6
6#FEECD1
7#FEF1DD
8#FEF5E8
9#FFFAF4

Tones

Muted variations

1#F6CE92
2#F1CD98
3#EBCC9D
4#E6CBA3
5#E0CAA8
6#DBC9AE
7#D5C8B4
8#CFC7B9
9#CAC5BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF9
#FFF9F0
BackgroundsSubtle highlightsCard backgrounds
100
FEF1
#FEF1DC
Light backgroundsTable row hoverSkeleton loading
200
FDE4
#FDE4BE
Secondary backgroundsInput backgroundsDividers
300
FCCF
#FCCF8D
BordersInactive statesPlaceholder text
400
FBB7
#FBB751
Disabled statesSecondary iconsMuted text
500
F9A2
#F9A21F
Primary brand colorCTAsActive elementsLinks
600
DB86
#DB8606
Hover statesFocus ringsPrimary buttons hover
700
AE6A
#AE6A04
Active/pressed statesDark mode accentsSecondary text
800
7C4C
#7C4C03
Text on light backgroundsHeadingsStrong borders
900
5031
#503102
Primary textHigh emphasis contentDark headings
950
321E
#321E01
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FFF9F0;
  --peach-100: #FEF1DC;
  --peach-200: #FDE4BE;
  --peach-300: #FCCF8D;
  --peach-400: #FBB751;
  --peach-500: #F9A21F;
  --peach-600: #DB8606;
  --peach-700: #AE6A04;
  --peach-800: #7C4C03;
  --peach-900: #503102;
  --peach-950: #321E01;
}
Generate More ShadesCreate PaletteConvert Color