Peach

#F5AE94

Orange

Color Codes

All color formats for development

HEX
#F5AE94
RGB
rgb(245, 174, 148)
HSL
hsl(16, 83%, 77%)
OKLCH
oklch(0.812 0.091 41)
CMYK
cmyk(0%, 29%, 40%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.85:1

AA AAA

On Black Background

11.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF4
100
#FCE6
200
#F9D1
300
#F5AE
400
#F083
500
#EB60
600
#CD45
700
#A337
800
#7527
900
#4B19
950
#2F10

Shades

Darker variations

1#F29270
2#EE774C
3#EB5C28
4#D84814
5#B43C11
6#90300D
7#6C240A
8#481807
9#240C03

Tints

Lighter variations

1#F6B69E
2#F7BEA9
3#F8C6B4
4#F9CEBF
5#FAD6C9
6#FBDED4
7#FCE7DF
8#FDEFEA
9#FEF7F4

Tones

Muted variations

1#F0B099
2#EBB29D
3#E6B4A2
4#E2B7A7
5#DDB9AC
6#D8BBB1
7#D3BEB6
8#CEC0BB
9#C9C2BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF4
#FEF4F1
BackgroundsSubtle highlightsCard backgrounds
100
FCE6
#FCE6DE
Light backgroundsTable row hoverSkeleton loading
200
F9D1
#F9D1C2
Secondary backgroundsInput backgroundsDividers
300
F5AE
#F5AE94
BordersInactive statesPlaceholder text
400
F083
#F0835C
Disabled statesSecondary iconsMuted text
500
EB60
#EB602D
Primary brand colorCTAsActive elementsLinks
600
CD45
#CD4513
Hover statesFocus ringsPrimary buttons hover
700
A337
#A3370F
Active/pressed statesDark mode accentsSecondary text
800
7527
#75270B
Text on light backgroundsHeadingsStrong borders
900
4B19
#4B1907
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: #FEF4F1;
  --peach-100: #FCE6DE;
  --peach-200: #F9D1C2;
  --peach-300: #F5AE94;
  --peach-400: #F0835C;
  --peach-500: #EB602D;
  --peach-600: #CD4513;
  --peach-700: #A3370F;
  --peach-800: #75270B;
  --peach-900: #4B1907;
  --peach-950: #2F1004;
}
Generate More ShadesCreate PaletteConvert Color