Peach

#F5BE94

Orange

Color Codes

All color formats for development

HEX
#F5BE94
RGB
rgb(245, 190, 148)
HSL
hsl(26, 83%, 77%)
OKLCH
oklch(0.841 0.084 58.7)
CMYK
cmyk(0%, 22%, 40%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF7
100
#FCEB
200
#F9DA
300
#F5BE
400
#F09C
500
#EB80
600
#CD64
700
#A34F
800
#7539
900
#4B24
950
#2F17

Shades

Darker variations

1#F2A870
2#EE924C
3#EB7C28
4#D86914
5#B45711
6#90460D
7#6C340A
8#482307
9#241103

Tints

Lighter variations

1#F6C49E
2#F7CBA9
3#F8D1B4
4#F9D8BF
5#FADEC9
6#FBE5D4
7#FCEBDF
8#FDF2EA
9#FEF8F4

Tones

Muted variations

1#F0BF99
2#EBBF9D
3#E6C0A2
4#E2C0A7
5#DDC1AC
6#D8C2B1
7#D3C2B6
8#CEC3BB
9#C9C4BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF7
#FEF7F1
BackgroundsSubtle highlightsCard backgrounds
100
FCEB
#FCEBDE
Light backgroundsTable row hoverSkeleton loading
200
F9DA
#F9DAC2
Secondary backgroundsInput backgroundsDividers
300
F5BE
#F5BE94
BordersInactive statesPlaceholder text
400
F09C
#F09C5C
Disabled statesSecondary iconsMuted text
500
EB80
#EB802D
Primary brand colorCTAsActive elementsLinks
600
CD64
#CD6413
Hover statesFocus ringsPrimary buttons hover
700
A34F
#A34F0F
Active/pressed statesDark mode accentsSecondary text
800
7539
#75390B
Text on light backgroundsHeadingsStrong borders
900
4B24
#4B2407
Primary textHigh emphasis contentDark headings
950
2F17
#2F1704
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FEF7F1;
  --peach-100: #FCEBDE;
  --peach-200: #F9DAC2;
  --peach-300: #F5BE94;
  --peach-400: #F09C5C;
  --peach-500: #EB802D;
  --peach-600: #CD6413;
  --peach-700: #A34F0F;
  --peach-800: #75390B;
  --peach-900: #4B2407;
  --peach-950: #2F1704;
}
Generate More ShadesCreate PaletteConvert Color