Peach

#F6C892

Orange

Color Codes

All color formats for development

HEX
#F6C892
RGB
rgb(246, 200, 146)
HSL
hsl(32, 85%, 77%)
OKLCH
oklch(0.861 0.087 70.7)
CMYK
cmyk(0%, 19%, 41%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF8
100
#FCEE
200
#FAE0
300
#F6C8
400
#F2AB
500
#EE93
600
#D077
700
#A55E
800
#7643
900
#4B2B
950
#2F1B

Shades

Darker variations

1#F3B56E
2#F0A34A
3#ED9026
4#DA7C12
5#B6680F
6#91530C
7#6D3E09
8#492906
9#241503

Tints

Lighter variations

1#F7CD9D
2#F8D3A8
3#F9D8B3
4#FADEBE
5#FBE3C9
6#FBE9D4
7#FCEEDE
8#FDF4E9
9#FEF9F4

Tones

Muted variations

1#F1C797
2#ECC79C
3#E7C7A1
4#E2C6A6
5#DDC6AB
6#D8C6B0
7#D3C5B5
8#CEC5BA
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
FAE0
#FAE0C2
Secondary backgroundsInput backgroundsDividers
300
F6C8
#F6C892
BordersInactive statesPlaceholder text
400
F2AB
#F2AB5A
Disabled statesSecondary iconsMuted text
500
EE93
#EE932B
Primary brand colorCTAsActive elementsLinks
600
D077
#D07711
Hover statesFocus ringsPrimary buttons hover
700
A55E
#A55E0D
Active/pressed statesDark mode accentsSecondary text
800
7643
#76430A
Text on light backgroundsHeadingsStrong borders
900
4B2B
#4B2B06
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: #FAE0C2;
  --peach-300: #F6C892;
  --peach-400: #F2AB5A;
  --peach-500: #EE932B;
  --peach-600: #D07711;
  --peach-700: #A55E0D;
  --peach-800: #76430A;
  --peach-900: #4B2B06;
  --peach-950: #2F1B04;
}
Generate More ShadesCreate PaletteConvert Color