Peach

#FBBF8E

Orange

Color Codes

All color formats for development

HEX
#FBBF8E
RGB
rgb(251, 191, 142)
HSL
hsl(27, 93%, 77%)
OKLCH
oklch(0.848 0.094 60.3)
CMYK
cmyk(0%, 24%, 43%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.62:1

AA AAA

On Black Background

12.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF7
100
#FEEB
200
#FDDB
300
#FBBF
400
#F99D
500
#F782
600
#D966
700
#AC51
800
#7B3A
900
#4F25
950
#3117

Shades

Darker variations

1#FAA968
2#F89442
3#F77F1C
4#E36B08
5#BD5907
6#984705
7#723504
8#4C2403
9#261201

Tints

Lighter variations

1#FBC599
2#FCCCA4
3#FCD2B0
4#FDD9BB
5#FDDFC6
6#FDE5D2
7#FEECDD
8#FEF2E8
9#FFF9F4

Tones

Muted variations

1#F5BF93
2#F0C099
3#EBC19E
4#E5C1A4
5#E0C2A9
6#DAC2AF
7#D5C3B4
8#CFC3B9
9#CAC4BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF7
#FEF7F0
BackgroundsSubtle highlightsCard backgrounds
100
FEEB
#FEEBDD
Light backgroundsTable row hoverSkeleton loading
200
FDDB
#FDDBBF
Secondary backgroundsInput backgroundsDividers
300
FBBF
#FBBF8E
BordersInactive statesPlaceholder text
400
F99D
#F99D53
Disabled statesSecondary iconsMuted text
500
F782
#F78222
Primary brand colorCTAsActive elementsLinks
600
D966
#D96608
Hover statesFocus ringsPrimary buttons hover
700
AC51
#AC5106
Active/pressed statesDark mode accentsSecondary text
800
7B3A
#7B3A04
Text on light backgroundsHeadingsStrong borders
900
4F25
#4F2503
Primary textHigh emphasis contentDark headings
950
3117
#311702
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FEF7F0;
  --peach-100: #FEEBDD;
  --peach-200: #FDDBBF;
  --peach-300: #FBBF8E;
  --peach-400: #F99D53;
  --peach-500: #F78222;
  --peach-600: #D96608;
  --peach-700: #AC5106;
  --peach-800: #7B3A04;
  --peach-900: #4F2503;
  --peach-950: #311702;
}
Generate More ShadesCreate PaletteConvert Color