Peach

#F3D296

Orange

Color Codes

All color formats for development

HEX
#F3D296
RGB
rgb(243, 210, 150)
HSL
hsl(39, 79%, 77%)
OKLCH
oklch(0.878 0.085 82.1)
CMYK
cmyk(0%, 14%, 38%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.45:1

AA AAA

On Black Background

14.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF9
100
#FBF1
200
#F8E6
300
#F3D2
400
#ECBB
500
#E7A7
600
#C98B
700
#A06E
800
#724F
900
#4932
950
#2E20

Shades

Darker variations

1#EFC373
2#EAB450
3#E6A52D
4#D39219
5#B07915
6#8D6110
7#69490C
8#463108
9#231804

Tints

Lighter variations

1#F4D7A1
2#F5DBAB
3#F6E0B6
4#F8E4C0
5#F9E9CB
6#FAEDD5
7#FBF2E0
8#FDF6EA
9#FEFBF5

Tones

Muted variations

1#EED19B
2#E9CF9F
3#E5CEA4
4#E0CDA9
5#DCCBAD
6#D7CAB2
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
FBF1
#FBF1DF
Light backgroundsTable row hoverSkeleton loading
200
F8E6
#F8E6C4
Secondary backgroundsInput backgroundsDividers
300
F3D2
#F3D296
BordersInactive statesPlaceholder text
400
ECBB
#ECBB5F
Disabled statesSecondary iconsMuted text
500
E7A7
#E7A732
Primary brand colorCTAsActive elementsLinks
600
C98B
#C98B18
Hover statesFocus ringsPrimary buttons hover
700
A06E
#A06E13
Active/pressed statesDark mode accentsSecondary text
800
724F
#724F0D
Text on light backgroundsHeadingsStrong borders
900
4932
#493209
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: #FBF1DF;
  --peach-200: #F8E6C4;
  --peach-300: #F3D296;
  --peach-400: #ECBB5F;
  --peach-500: #E7A732;
  --peach-600: #C98B18;
  --peach-700: #A06E13;
  --peach-800: #724F0D;
  --peach-900: #493209;
  --peach-950: #2E2005;
}
Generate More ShadesCreate PaletteConvert Color