Peach

#F3B296

Orange

Color Codes

All color formats for development

HEX
#F3B296
RGB
rgb(243, 178, 150)
HSL
hsl(18, 79%, 77%)
OKLCH
oklch(0.817 0.085 44.3)
CMYK
cmyk(0%, 27%, 38%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.81:1

AA AAA

On Black Background

11.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF5
100
#FBE8
200
#F8D3
300
#F3B2
400
#EC8A
500
#E768
600
#C94D
700
#A03D
800
#722C
900
#491C
950
#2E11

Shades

Darker variations

1#EF9873
2#EA7E50
3#E6642D
4#D35119
5#B04315
6#8D3610
7#69280C
8#461B08
9#230D04

Tints

Lighter variations

1#F4BAA1
2#F5C1AB
3#F6C9B6
4#F8D1C0
5#F9D8CB
6#FAE0D5
7#FBE8E0
8#FDF0EA
9#FEF7F5

Tones

Muted variations

1#EEB49B
2#E9B69F
3#E5B7A4
4#E0B9A9
5#DCBBAD
6#D7BDB2
7#D2BFB6
8#CEC1BB
9#C9C2C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF5
#FDF5F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE8
#FBE8DF
Light backgroundsTable row hoverSkeleton loading
200
F8D3
#F8D3C4
Secondary backgroundsInput backgroundsDividers
300
F3B2
#F3B296
BordersInactive statesPlaceholder text
400
EC8A
#EC8A5F
Disabled statesSecondary iconsMuted text
500
E768
#E76832
Primary brand colorCTAsActive elementsLinks
600
C94D
#C94D18
Hover statesFocus ringsPrimary buttons hover
700
A03D
#A03D13
Active/pressed statesDark mode accentsSecondary text
800
722C
#722C0D
Text on light backgroundsHeadingsStrong borders
900
491C
#491C09
Primary textHigh emphasis contentDark headings
950
2E11
#2E1105
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FDF5F1;
  --peach-100: #FBE8DF;
  --peach-200: #F8D3C4;
  --peach-300: #F3B296;
  --peach-400: #EC8A5F;
  --peach-500: #E76832;
  --peach-600: #C94D18;
  --peach-700: #A03D13;
  --peach-800: #722C0D;
  --peach-900: #491C09;
  --peach-950: #2E1105;
}
Generate More ShadesCreate PaletteConvert Color