Peach

#F6AF92

Orange

Color Codes

All color formats for development

HEX
#F6AF92
RGB
rgb(246, 175, 146)
HSL
hsl(17, 85%, 77%)
OKLCH
oklch(0.814 0.093 43.1)
CMYK
cmyk(0%, 29%, 41%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.83:1

AA AAA

On Black Background

11.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF5
100
#FCE7
200
#FAD2
300
#F6AF
400
#F285
500
#EE62
600
#D047
700
#A538
800
#7628
900
#4B1A
950
#2F10

Shades

Darker variations

1#F3946E
2#F0794A
3#ED5E26
4#DA4A12
5#B63E0F
6#91320C
7#6D2509
8#491906
9#240C03

Tints

Lighter variations

1#F7B79D
2#F8BFA8
3#F9C7B3
4#FACFBE
5#FBD7C9
6#FBDFD4
7#FCE7DE
8#FDEFE9
9#FEF7F4

Tones

Muted variations

1#F1B197
2#ECB39C
3#E7B5A1
4#E2B7A6
5#DDBAAB
6#D8BCB0
7#D3BEB5
8#CEC0BA
9#C9C2BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF5
#FEF5F1
BackgroundsSubtle highlightsCard backgrounds
100
FCE7
#FCE7DE
Light backgroundsTable row hoverSkeleton loading
200
FAD2
#FAD2C2
Secondary backgroundsInput backgroundsDividers
300
F6AF
#F6AF92
BordersInactive statesPlaceholder text
400
F285
#F2855A
Disabled statesSecondary iconsMuted text
500
EE62
#EE622B
Primary brand colorCTAsActive elementsLinks
600
D047
#D04711
Hover statesFocus ringsPrimary buttons hover
700
A538
#A5380D
Active/pressed statesDark mode accentsSecondary text
800
7628
#76280A
Text on light backgroundsHeadingsStrong borders
900
4B1A
#4B1A06
Primary textHigh emphasis contentDark headings
950
2F10
#2F1004
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FEF5F1;
  --peach-100: #FCE7DE;
  --peach-200: #FAD2C2;
  --peach-300: #F6AF92;
  --peach-400: #F2855A;
  --peach-500: #EE622B;
  --peach-600: #D04711;
  --peach-700: #A5380D;
  --peach-800: #76280A;
  --peach-900: #4B1A06;
  --peach-950: #2F1004;
}
Generate More ShadesCreate PaletteConvert Color