Peach

#F3C196

Orange

Color Codes

All color formats for development

HEX
#F3C196
RGB
rgb(243, 193, 150)
HSL
hsl(28, 79%, 77%)
OKLCH
oklch(0.845 0.081 62.1)
CMYK
cmyk(0%, 21%, 38%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.63:1

AA AAA

On Black Background

12.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF7
100
#FBEC
200
#F8DC
300
#F3C1
400
#ECA1
500
#E786
600
#C96A
700
#A055
800
#723C
900
#4927
950
#2E18

Shades

Darker variations

1#EFAD73
2#EA9850
3#E6832D
4#D37019
5#B05D15
6#8D4A10
7#69380C
8#462508
9#231304

Tints

Lighter variations

1#F4C7A1
2#F5CEAB
3#F6D4B6
4#F8DAC0
5#F9E0CB
6#FAE6D5
7#FBECE0
8#FDF3EA
9#FEF9F5

Tones

Muted variations

1#EEC29B
2#E9C29F
3#E5C2A4
4#E0C2A9
5#DCC3AD
6#D7C3B2
7#D2C3B6
8#CEC4BB
9#C9C4C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF7
#FDF7F1
BackgroundsSubtle highlightsCard backgrounds
100
FBEC
#FBECDF
Light backgroundsTable row hoverSkeleton loading
200
F8DC
#F8DCC4
Secondary backgroundsInput backgroundsDividers
300
F3C1
#F3C196
BordersInactive statesPlaceholder text
400
ECA1
#ECA15F
Disabled statesSecondary iconsMuted text
500
E786
#E78632
Primary brand colorCTAsActive elementsLinks
600
C96A
#C96A18
Hover statesFocus ringsPrimary buttons hover
700
A055
#A05513
Active/pressed statesDark mode accentsSecondary text
800
723C
#723C0D
Text on light backgroundsHeadingsStrong borders
900
4927
#492709
Primary textHigh emphasis contentDark headings
950
2E18
#2E1805
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FDF7F1;
  --peach-100: #FBECDF;
  --peach-200: #F8DCC4;
  --peach-300: #F3C196;
  --peach-400: #ECA15F;
  --peach-500: #E78632;
  --peach-600: #C96A18;
  --peach-700: #A05513;
  --peach-800: #723C0D;
  --peach-900: #492709;
  --peach-950: #2E1805;
}
Generate More ShadesCreate PaletteConvert Color