Peach

#F5C894

Orange

Color Codes

All color formats for development

HEX
#F5C894
RGB
rgb(245, 200, 148)
HSL
hsl(32, 83%, 77%)
OKLCH
oklch(0.86 0.085 70.4)
CMYK
cmyk(0%, 18%, 40%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF8
100
#FCEE
200
#F9E0
300
#F5C8
400
#F0AB
500
#EB93
600
#CD76
700
#A35E
800
#7543
900
#4B2B
950
#2F1B

Shades

Darker variations

1#F2B570
2#EEA24C
3#EB9028
4#D87C14
5#B46811
6#90530D
7#6C3E0A
8#482907
9#241503

Tints

Lighter variations

1#F6CD9E
2#F7D3A9
3#F8D8B4
4#F9DEBF
5#FAE3C9
6#FBE9D4
7#FCEEDF
8#FDF4EA
9#FEF9F4

Tones

Muted variations

1#F0C799
2#EBC79D
3#E6C7A2
4#E2C6A7
5#DDC6AC
6#D8C6B1
7#D3C5B6
8#CEC5BB
9#C9C5BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF8
#FEF8F1
BackgroundsSubtle highlightsCard backgrounds
100
FCEE
#FCEEDE
Light backgroundsTable row hoverSkeleton loading
200
F9E0
#F9E0C2
Secondary backgroundsInput backgroundsDividers
300
F5C8
#F5C894
BordersInactive statesPlaceholder text
400
F0AB
#F0AB5C
Disabled statesSecondary iconsMuted text
500
EB93
#EB932D
Primary brand colorCTAsActive elementsLinks
600
CD76
#CD7613
Hover statesFocus ringsPrimary buttons hover
700
A35E
#A35E0F
Active/pressed statesDark mode accentsSecondary text
800
7543
#75430B
Text on light backgroundsHeadingsStrong borders
900
4B2B
#4B2B07
Primary textHigh emphasis contentDark headings
950
2F1B
#2F1B04
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FEF8F1;
  --peach-100: #FCEEDE;
  --peach-200: #F9E0C2;
  --peach-300: #F5C894;
  --peach-400: #F0AB5C;
  --peach-500: #EB932D;
  --peach-600: #CD7613;
  --peach-700: #A35E0F;
  --peach-800: #75430B;
  --peach-900: #4B2B07;
  --peach-950: #2F1B04;
}
Generate More ShadesCreate PaletteConvert Color