Peach

#F4BB95

Orange

Color Codes

All color formats for development

HEX
#F4BB95
RGB
rgb(244, 187, 149)
HSL
hsl(24, 81%, 77%)
OKLCH
oklch(0.835 0.083 55)
CMYK
cmyk(0%, 23%, 39%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.70:1

AA AAA

On Black Background

12.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF6
100
#FCEA
200
#F9D8
300
#F4BB
400
#EE97
500
#E97A
600
#CB5E
700
#A24B
800
#7335
900
#4A22
950
#2E15

Shades

Darker variations

1#F0A471
2#EC8D4E
3#E9762A
4#D56316
5#B25213
6#8E420F
7#6B310B
8#472107
9#241004

Tints

Lighter variations

1#F5C29F
2#F6C8AA
3#F7CFB5
4#F8D6BF
5#F9DDCA
6#FBE4D5
7#FCEBDF
8#FDF1EA
9#FEF8F4

Tones

Muted variations

1#EFBC9A
2#EABD9E
3#E6BEA3
4#E1BFA8
5#DCC0AD
6#D7C1B1
7#D3C1B6
8#CEC2BB
9#C9C3C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF6
#FEF6F1
BackgroundsSubtle highlightsCard backgrounds
100
FCEA
#FCEADF
Light backgroundsTable row hoverSkeleton loading
200
F9D8
#F9D8C3
Secondary backgroundsInput backgroundsDividers
300
F4BB
#F4BB95
BordersInactive statesPlaceholder text
400
EE97
#EE975D
Disabled statesSecondary iconsMuted text
500
E97A
#E97A2F
Primary brand colorCTAsActive elementsLinks
600
CB5E
#CB5E15
Hover statesFocus ringsPrimary buttons hover
700
A24B
#A24B11
Active/pressed statesDark mode accentsSecondary text
800
7335
#73350C
Text on light backgroundsHeadingsStrong borders
900
4A22
#4A2208
Primary textHigh emphasis contentDark headings
950
2E15
#2E1505
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FEF6F1;
  --peach-100: #FCEADF;
  --peach-200: #F9D8C3;
  --peach-300: #F4BB95;
  --peach-400: #EE975D;
  --peach-500: #E97A2F;
  --peach-600: #CB5E15;
  --peach-700: #A24B11;
  --peach-800: #73350C;
  --peach-900: #4A2208;
  --peach-950: #2E1505;
}
Generate More ShadesCreate PaletteConvert Color