Peach

#F3D496

Orange

Color Codes

All color formats for development

HEX
#F3D496
RGB
rgb(243, 212, 150)
HSL
hsl(40, 79%, 77%)
OKLCH
oklch(0.882 0.086 84.2)
CMYK
cmyk(0%, 13%, 38%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.43:1

AA AAA

On Black Background

14.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF9
100
#FBF2
200
#F8E7
300
#F3D4
400
#ECBD
500
#E7AA
600
#C98E
700
#A071
800
#7251
900
#4934
950
#2E20

Shades

Darker variations

1#EFC573
2#EAB750
3#E6A82D
4#D39519
5#B07C15
6#8D6310
7#694A0C
8#463208
9#231904

Tints

Lighter variations

1#F4D8A1
2#F5DCAB
3#F6E1B6
4#F8E5C0
5#F9E9CB
6#FAEED5
7#FBF2E0
8#FDF6EA
9#FEFBF5

Tones

Muted variations

1#EED29B
2#E9D19F
3#E5CFA4
4#E0CEA9
5#DCCCAD
6#D7CBB2
7#D2C9B6
8#CEC7BB
9#C9C6C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF9
#FDF9F1
BackgroundsSubtle highlightsCard backgrounds
100
FBF2
#FBF2DF
Light backgroundsTable row hoverSkeleton loading
200
F8E7
#F8E7C4
Secondary backgroundsInput backgroundsDividers
300
F3D4
#F3D496
BordersInactive statesPlaceholder text
400
ECBD
#ECBD5F
Disabled statesSecondary iconsMuted text
500
E7AA
#E7AA32
Primary brand colorCTAsActive elementsLinks
600
C98E
#C98E18
Hover statesFocus ringsPrimary buttons hover
700
A071
#A07113
Active/pressed statesDark mode accentsSecondary text
800
7251
#72510D
Text on light backgroundsHeadingsStrong borders
900
4934
#493409
Primary textHigh emphasis contentDark headings
950
2E20
#2E2005
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FDF9F1;
  --peach-100: #FBF2DF;
  --peach-200: #F8E7C4;
  --peach-300: #F3D496;
  --peach-400: #ECBD5F;
  --peach-500: #E7AA32;
  --peach-600: #C98E18;
  --peach-700: #A07113;
  --peach-800: #72510D;
  --peach-900: #493409;
  --peach-950: #2E2005;
}
Generate More ShadesCreate PaletteConvert Color