Peach

#F1CF98

Orange

Color Codes

All color formats for development

HEX
#F1CF98
RGB
rgb(241, 207, 152)
HSL
hsl(37, 76%, 77%)
OKLCH
oklch(0.871 0.081 79.4)
CMYK
cmyk(0%, 14%, 37%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.49:1

AA AAA

On Black Background

14.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF9
100
#FBF0
200
#F7E4
300
#F1CF
400
#EAB6
500
#E3A1
600
#C584
700
#9D69
800
#704B
900
#4830
950
#2D1E

Shades

Darker variations

1#ECBF75
2#E7AE53
3#E39E30
4#CF8B1C
5#AD7418
6#8A5C13
7#68450E
8#452E09
9#231705

Tints

Lighter variations

1#F2D4A2
2#F4D8AC
3#F5DDB7
4#F7E2C1
5#F8E7CB
6#F9ECD6
7#FBF1E0
8#FCF5EA
9#FEFAF5

Tones

Muted variations

1#ECCE9C
2#E8CDA1
3#E4CCA5
4#DFCBAA
5#DBCAAE
6#D6C9B3
7#D2C7B7
8#CDC6BB
9#C9C5C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF9
#FDF9F2
BackgroundsSubtle highlightsCard backgrounds
100
FBF0
#FBF0E0
Light backgroundsTable row hoverSkeleton loading
200
F7E4
#F7E4C5
Secondary backgroundsInput backgroundsDividers
300
F1CF
#F1CF98
BordersInactive statesPlaceholder text
400
EAB6
#EAB662
Disabled statesSecondary iconsMuted text
500
E3A1
#E3A135
Primary brand colorCTAsActive elementsLinks
600
C584
#C5841B
Hover statesFocus ringsPrimary buttons hover
700
9D69
#9D6915
Active/pressed statesDark mode accentsSecondary text
800
704B
#704B0F
Text on light backgroundsHeadingsStrong borders
900
4830
#48300A
Primary textHigh emphasis contentDark headings
950
2D1E
#2D1E06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FDF9F2;
  --peach-100: #FBF0E0;
  --peach-200: #F7E4C5;
  --peach-300: #F1CF98;
  --peach-400: #EAB662;
  --peach-500: #E3A135;
  --peach-600: #C5841B;
  --peach-700: #9D6915;
  --peach-800: #704B0F;
  --peach-900: #48300A;
  --peach-950: #2D1E06;
}
Generate More ShadesCreate PaletteConvert Color