Peach

#F1BA98

Orange

Color Codes

All color formats for development

HEX
#F1BA98
RGB
rgb(241, 186, 152)
HSL
hsl(23, 76%, 77%)
OKLCH
oklch(0.83 0.079 53.1)
CMYK
cmyk(0%, 23%, 37%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF6
100
#FBEA
200
#F7D8
300
#F1BA
400
#EA96
500
#E378
600
#C55C
700
#9D49
800
#7034
900
#4822
950
#2D15

Shades

Darker variations

1#ECA375
2#E78C53
3#E37530
4#CF611C
5#AD5118
6#8A4113
7#68300E
8#452009
9#231005

Tints

Lighter variations

1#F2C1A2
2#F4C8AC
3#F5CFB7
4#F7D6C1
5#F8DCCB
6#F9E3D6
7#FBEAE0
8#FCF1EA
9#FEF8F5

Tones

Muted variations

1#ECBB9C
2#E8BCA1
3#E4BDA5
4#DFBEAA
5#DBBFAE
6#D6C0B3
7#D2C1B7
8#CDC2BB
9#C9C3C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF6
#FDF6F2
BackgroundsSubtle highlightsCard backgrounds
100
FBEA
#FBEAE0
Light backgroundsTable row hoverSkeleton loading
200
F7D8
#F7D8C5
Secondary backgroundsInput backgroundsDividers
300
F1BA
#F1BA98
BordersInactive statesPlaceholder text
400
EA96
#EA9662
Disabled statesSecondary iconsMuted text
500
E378
#E37835
Primary brand colorCTAsActive elementsLinks
600
C55C
#C55C1B
Hover statesFocus ringsPrimary buttons hover
700
9D49
#9D4915
Active/pressed statesDark mode accentsSecondary text
800
7034
#70340F
Text on light backgroundsHeadingsStrong borders
900
4822
#48220A
Primary textHigh emphasis contentDark headings
950
2D15
#2D1506
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FDF6F2;
  --peach-100: #FBEAE0;
  --peach-200: #F7D8C5;
  --peach-300: #F1BA98;
  --peach-400: #EA9662;
  --peach-500: #E37835;
  --peach-600: #C55C1B;
  --peach-700: #9D4915;
  --peach-800: #70340F;
  --peach-900: #48220A;
  --peach-950: #2D1506;
}
Generate More ShadesCreate PaletteConvert Color