Peach

#F2D297

Orange

Color Codes

All color formats for development

HEX
#F2D297
RGB
rgb(242, 210, 151)
HSL
hsl(39, 78%, 77%)
OKLCH
oklch(0.877 0.084 82.4)
CMYK
cmyk(0%, 13%, 38%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.45:1

AA AAA

On Black Background

14.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF9
100
#FBF1
200
#F8E6
300
#F2D2
400
#EBBB
500
#E6A7
600
#C88A
700
#9F6E
800
#714F
900
#4932
950
#2D1F

Shades

Darker variations

1#EEC374
2#E9B451
3#E5A52E
4#D2911A
5#AF7916
6#8C6111
7#69490D
8#463009
9#231804

Tints

Lighter variations

1#F3D7A1
2#F5DBAB
3#F6E0B6
4#F7E4C0
5#F9E9CB
6#FAEDD5
7#FBF2E0
8#FCF6EA
9#FEFBF5

Tones

Muted variations

1#EED19B
2#E9CFA0
3#E4CEA4
4#E0CDA9
5#DBCBAD
6#D7CAB2
7#D2C8B7
8#CDC7BB
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
F2D2
#F2D297
BordersInactive statesPlaceholder text
400
EBBB
#EBBB60
Disabled statesSecondary iconsMuted text
500
E6A7
#E6A733
Primary brand colorCTAsActive elementsLinks
600
C88A
#C88A19
Hover statesFocus ringsPrimary buttons hover
700
9F6E
#9F6E14
Active/pressed statesDark mode accentsSecondary text
800
714F
#714F0E
Text on light backgroundsHeadingsStrong borders
900
4932
#493209
Primary textHigh emphasis contentDark headings
950
2D1F
#2D1F06
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: #F2D297;
  --peach-400: #EBBB60;
  --peach-500: #E6A733;
  --peach-600: #C88A19;
  --peach-700: #9F6E14;
  --peach-800: #714F0E;
  --peach-900: #493209;
  --peach-950: #2D1F06;
}
Generate More ShadesCreate PaletteConvert Color