Peach

#F3AF96

Orange

Color Codes

All color formats for development

HEX
#F3AF96
RGB
rgb(243, 175, 150)
HSL
hsl(16, 79%, 77%)
OKLCH
oklch(0.812 0.087 41)
CMYK
cmyk(0%, 28%, 38%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.84:1

AA AAA

On Black Background

11.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF5
100
#FBE7
200
#F8D2
300
#F3AF
400
#EC85
500
#E762
600
#C947
700
#A038
800
#7228
900
#491A
950
#2E10

Shades

Darker variations

1#EF9473
2#EA7950
3#E65E2D
4#D34A19
5#B03E15
6#8D3210
7#69250C
8#461908
9#230C04

Tints

Lighter variations

1#F4B7A1
2#F5BFAB
3#F6C7B6
4#F8CFC0
5#F9D7CB
6#FADFD5
7#FBE7E0
8#FDEFEA
9#FEF7F5

Tones

Muted variations

1#EEB19B
2#E9B39F
3#E5B5A4
4#E0B7A9
5#DCBAAD
6#D7BCB2
7#D2BEB6
8#CEC0BB
9#C9C2C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF5
#FDF5F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE7
#FBE7DF
Light backgroundsTable row hoverSkeleton loading
200
F8D2
#F8D2C4
Secondary backgroundsInput backgroundsDividers
300
F3AF
#F3AF96
BordersInactive statesPlaceholder text
400
EC85
#EC855F
Disabled statesSecondary iconsMuted text
500
E762
#E76232
Primary brand colorCTAsActive elementsLinks
600
C947
#C94718
Hover statesFocus ringsPrimary buttons hover
700
A038
#A03813
Active/pressed statesDark mode accentsSecondary text
800
7228
#72280D
Text on light backgroundsHeadingsStrong borders
900
491A
#491A09
Primary textHigh emphasis contentDark headings
950
2E10
#2E1005
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FDF5F1;
  --peach-100: #FBE7DF;
  --peach-200: #F8D2C4;
  --peach-300: #F3AF96;
  --peach-400: #EC855F;
  --peach-500: #E76232;
  --peach-600: #C94718;
  --peach-700: #A03813;
  --peach-800: #72280D;
  --peach-900: #491A09;
  --peach-950: #2E1005;
}
Generate More ShadesCreate PaletteConvert Color