Peach

#F1D298

Orange

Color Codes

All color formats for development

HEX
#F1D298
RGB
rgb(241, 210, 152)
HSL
hsl(39, 76%, 77%)
OKLCH
oklch(0.876 0.082 82.8)
CMYK
cmyk(0%, 13%, 37%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.46:1

AA AAA

On Black Background

14.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF9
100
#FBF1
200
#F7E5
300
#F1D2
400
#EABA
500
#E3A6
600
#C58A
700
#9D6E
800
#704E
900
#4832
950
#2D1F

Shades

Darker variations

1#ECC375
2#E7B353
3#E3A430
4#CF911C
5#AD7918
6#8A6013
7#68480E
8#453009
9#231805

Tints

Lighter variations

1#F2D6A2
2#F4DBAC
3#F5DFB7
4#F7E4C1
5#F8E8CB
6#F9EDD6
7#FBF1E0
8#FCF6EA
9#FEFAF5

Tones

Muted variations

1#ECD09C
2#E8CFA1
3#E4CEA5
4#DFCCAA
5#DBCBAE
6#D6CAB3
7#D2C8B7
8#CDC7BB
9#C9C6C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF9
#FDF9F2
BackgroundsSubtle highlightsCard backgrounds
100
FBF1
#FBF1E0
Light backgroundsTable row hoverSkeleton loading
200
F7E5
#F7E5C5
Secondary backgroundsInput backgroundsDividers
300
F1D2
#F1D298
BordersInactive statesPlaceholder text
400
EABA
#EABA62
Disabled statesSecondary iconsMuted text
500
E3A6
#E3A635
Primary brand colorCTAsActive elementsLinks
600
C58A
#C58A1B
Hover statesFocus ringsPrimary buttons hover
700
9D6E
#9D6E15
Active/pressed statesDark mode accentsSecondary text
800
704E
#704E0F
Text on light backgroundsHeadingsStrong borders
900
4832
#48320A
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: #FDF9F2;
  --peach-100: #FBF1E0;
  --peach-200: #F7E5C5;
  --peach-300: #F1D298;
  --peach-400: #EABA62;
  --peach-500: #E3A635;
  --peach-600: #C58A1B;
  --peach-700: #9D6E15;
  --peach-800: #704E0F;
  --peach-900: #48320A;
  --peach-950: #2D1F06;
}
Generate More ShadesCreate PaletteConvert Color