Peach

#F5BB94

Orange

Color Codes

All color formats for development

HEX
#F5BB94
RGB
rgb(245, 187, 148)
HSL
hsl(24, 83%, 77%)
OKLCH
oklch(0.836 0.085 55.2)
CMYK
cmyk(0%, 24%, 40%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.69:1

AA AAA

On Black Background

12.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF6
100
#FCEA
200
#F9D8
300
#F5BB
400
#F097
500
#EB79
600
#CD5E
700
#A34A
800
#7535
900
#4B22
950
#2F15

Shades

Darker variations

1#F2A470
2#EE8D4C
3#EB7628
4#D86214
5#B45211
6#90420D
7#6C310A
8#482107
9#241003

Tints

Lighter variations

1#F6C19E
2#F7C8A9
3#F8CFB4
4#F9D6BF
5#FADDC9
6#FBE4D4
7#FCEADF
8#FDF1EA
9#FEF8F4

Tones

Muted variations

1#F0BC99
2#EBBD9D
3#E6BEA2
4#E2BFA7
5#DDBFAC
6#D8C0B1
7#D3C1B6
8#CEC2BB
9#C9C3BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF6
#FEF6F1
BackgroundsSubtle highlightsCard backgrounds
100
FCEA
#FCEADE
Light backgroundsTable row hoverSkeleton loading
200
F9D8
#F9D8C2
Secondary backgroundsInput backgroundsDividers
300
F5BB
#F5BB94
BordersInactive statesPlaceholder text
400
F097
#F0975C
Disabled statesSecondary iconsMuted text
500
EB79
#EB792D
Primary brand colorCTAsActive elementsLinks
600
CD5E
#CD5E13
Hover statesFocus ringsPrimary buttons hover
700
A34A
#A34A0F
Active/pressed statesDark mode accentsSecondary text
800
7535
#75350B
Text on light backgroundsHeadingsStrong borders
900
4B22
#4B2207
Primary textHigh emphasis contentDark headings
950
2F15
#2F1504
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FEF6F1;
  --peach-100: #FCEADE;
  --peach-200: #F9D8C2;
  --peach-300: #F5BB94;
  --peach-400: #F0975C;
  --peach-500: #EB792D;
  --peach-600: #CD5E13;
  --peach-700: #A34A0F;
  --peach-800: #75350B;
  --peach-900: #4B2207;
  --peach-950: #2F1504;
}
Generate More ShadesCreate PaletteConvert Color