Peach

#F5B694

Orange

Color Codes

All color formats for development

HEX
#F5B694
RGB
rgb(245, 182, 148)
HSL
hsl(21, 83%, 77%)
OKLCH
oklch(0.826 0.087 49.5)
CMYK
cmyk(0%, 26%, 40%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.75:1

AA AAA

On Black Background

12.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF5
100
#FCE9
200
#F9D6
300
#F5B6
400
#F090
500
#EB70
600
#CD54
700
#A343
800
#7530
900
#4B1F
950
#2F13

Shades

Darker variations

1#F29D70
2#EE854C
3#EB6C28
4#D85814
5#B44A11
6#903B0D
7#6C2C0A
8#481D07
9#240F03

Tints

Lighter variations

1#F6BD9E
2#F7C4A9
3#F8CCB4
4#F9D3BF
5#FADAC9
6#FBE2D4
7#FCE9DF
8#FDF0EA
9#FEF8F4

Tones

Muted variations

1#F0B799
2#EBB99D
3#E6BAA2
4#E2BCA7
5#DDBDAC
6#D8BFB1
7#D3C0B6
8#CEC1BB
9#C9C3BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF5
#FEF5F1
BackgroundsSubtle highlightsCard backgrounds
100
FCE9
#FCE9DE
Light backgroundsTable row hoverSkeleton loading
200
F9D6
#F9D6C2
Secondary backgroundsInput backgroundsDividers
300
F5B6
#F5B694
BordersInactive statesPlaceholder text
400
F090
#F0905C
Disabled statesSecondary iconsMuted text
500
EB70
#EB702D
Primary brand colorCTAsActive elementsLinks
600
CD54
#CD5413
Hover statesFocus ringsPrimary buttons hover
700
A343
#A3430F
Active/pressed statesDark mode accentsSecondary text
800
7530
#75300B
Text on light backgroundsHeadingsStrong borders
900
4B1F
#4B1F07
Primary textHigh emphasis contentDark headings
950
2F13
#2F1304
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FEF5F1;
  --peach-100: #FCE9DE;
  --peach-200: #F9D6C2;
  --peach-300: #F5B694;
  --peach-400: #F0905C;
  --peach-500: #EB702D;
  --peach-600: #CD5413;
  --peach-700: #A3430F;
  --peach-800: #75300B;
  --peach-900: #4B1F07;
  --peach-950: #2F1304;
}
Generate More ShadesCreate PaletteConvert Color