Peach

#FBCF8D

Orange

Color Codes

All color formats for development

HEX
#FBCF8D
RGB
rgb(251, 207, 141)
HSL
hsl(36, 93%, 77%)
OKLCH
oklch(0.878 0.097 77.1)
CMYK
cmyk(0%, 18%, 44%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.46:1

AA AAA

On Black Background

14.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF9
100
#FEF0
200
#FDE4
300
#FBCF
400
#F9B6
500
#F7A2
600
#D985
700
#AC6A
800
#7B4C
900
#4F30
950
#311E

Shades

Darker variations

1#FABF68
2#F8AF42
3#F79F1C
4#E38C08
5#BD7407
6#985D05
7#724604
8#4C2F03
9#261701

Tints

Lighter variations

1#FBD499
2#FCD9A4
3#FCDEB0
4#FDE2BB
5#FDE7C6
6#FDECD2
7#FEF1DD
8#FEF5E8
9#FFFAF4

Tones

Muted variations

1#F5CE93
2#F0CD99
3#EBCC9E
4#E5CBA4
5#E0CAA9
6#DAC9AF
7#D5C8B4
8#CFC7B9
9#CAC5BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF9
#FEF9F0
BackgroundsSubtle highlightsCard backgrounds
100
FEF0
#FEF0DD
Light backgroundsTable row hoverSkeleton loading
200
FDE4
#FDE4BF
Secondary backgroundsInput backgroundsDividers
300
FBCF
#FBCF8E
BordersInactive statesPlaceholder text
400
F9B6
#F9B653
Disabled statesSecondary iconsMuted text
500
F7A2
#F7A222
Primary brand colorCTAsActive elementsLinks
600
D985
#D98508
Hover statesFocus ringsPrimary buttons hover
700
AC6A
#AC6A06
Active/pressed statesDark mode accentsSecondary text
800
7B4C
#7B4C04
Text on light backgroundsHeadingsStrong borders
900
4F30
#4F3003
Primary textHigh emphasis contentDark headings
950
311E
#311E02
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FEF9F0;
  --peach-100: #FEF0DD;
  --peach-200: #FDE4BF;
  --peach-300: #FBCF8E;
  --peach-400: #F9B653;
  --peach-500: #F7A222;
  --peach-600: #D98508;
  --peach-700: #AC6A06;
  --peach-800: #7B4C04;
  --peach-900: #4F3003;
  --peach-950: #311E02;
}
Generate More ShadesCreate PaletteConvert Color