Peach

#F3D295

Orange

Color Codes

All color formats for development

HEX
#F3D295
RGB
rgb(243, 210, 149)
HSL
hsl(39, 80%, 77%)
OKLCH
oklch(0.878 0.086 82.4)
CMYK
cmyk(0%, 14%, 39%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.45:1

AA AAA

On Black Background

14.46: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
#EDBB
500
#E8A8
600
#CA8B
700
#A16F
800
#734F
900
#4933
950
#2E20

Shades

Darker variations

1#EFC472
2#EBB54F
3#E7A62B
4#D49218
5#B17A14
6#8D6110
7#6A490C
8#473108
9#231804

Tints

Lighter variations

1#F4D7A0
2#F6DBAB
3#F7E0B5
4#F8E4C0
5#F9E9CA
6#FAEDD5
7#FBF2DF
8#FDF6EA
9#FEFBF4

Tones

Muted variations

1#EFD19A
2#EAD09F
3#E5CEA4
4#E1CDA8
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
#F8E6C3
Secondary backgroundsInput backgroundsDividers
300
F3D2
#F3D295
BordersInactive statesPlaceholder text
400
EDBB
#EDBB5E
Disabled statesSecondary iconsMuted text
500
E8A8
#E8A830
Primary brand colorCTAsActive elementsLinks
600
CA8B
#CA8B16
Hover statesFocus ringsPrimary buttons hover
700
A16F
#A16F12
Active/pressed statesDark mode accentsSecondary text
800
734F
#734F0D
Text on light backgroundsHeadingsStrong borders
900
4933
#493308
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: #F8E6C3;
  --peach-300: #F3D295;
  --peach-400: #EDBB5E;
  --peach-500: #E8A830;
  --peach-600: #CA8B16;
  --peach-700: #A16F12;
  --peach-800: #734F0D;
  --peach-900: #493308;
  --peach-950: #2E2005;
}
Generate More ShadesCreate PaletteConvert Color