Peach

#F1B098

Orange

Color Codes

All color formats for development

HEX
#F1B098
RGB
rgb(241, 176, 152)
HSL
hsl(16, 76%, 77%)
OKLCH
oklch(0.812 0.084 41.1)
CMYK
cmyk(0%, 27%, 37%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.84:1

AA AAA

On Black Background

11.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF5
100
#FBE7
200
#F7D2
300
#F1B0
400
#EA86
500
#E364
600
#C548
700
#9D3A
800
#7029
900
#481A
950
#2D10

Shades

Darker variations

1#EC9575
2#E77A53
3#E36030
4#CF4C1C
5#AD3F18
6#8A3313
7#68260E
8#451909
9#230D05

Tints

Lighter variations

1#F2B7A2
2#F4BFAC
3#F5C7B7
4#F7CFC1
5#F8D7CB
6#F9DFD6
7#FBE7E0
8#FCEFEA
9#FEF7F5

Tones

Muted variations

1#ECB29C
2#E8B4A1
3#E4B6A5
4#DFB8AA
5#DBBAAE
6#D6BCB3
7#D2BEB7
8#CDC0BB
9#C9C2C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF5
#FDF5F2
BackgroundsSubtle highlightsCard backgrounds
100
FBE7
#FBE7E0
Light backgroundsTable row hoverSkeleton loading
200
F7D2
#F7D2C5
Secondary backgroundsInput backgroundsDividers
300
F1B0
#F1B098
BordersInactive statesPlaceholder text
400
EA86
#EA8662
Disabled statesSecondary iconsMuted text
500
E364
#E36435
Primary brand colorCTAsActive elementsLinks
600
C548
#C5481B
Hover statesFocus ringsPrimary buttons hover
700
9D3A
#9D3A15
Active/pressed statesDark mode accentsSecondary text
800
7029
#70290F
Text on light backgroundsHeadingsStrong borders
900
481A
#481A0A
Primary textHigh emphasis contentDark headings
950
2D10
#2D1006
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FDF5F2;
  --peach-100: #FBE7E0;
  --peach-200: #F7D2C5;
  --peach-300: #F1B098;
  --peach-400: #EA8662;
  --peach-500: #E36435;
  --peach-600: #C5481B;
  --peach-700: #9D3A15;
  --peach-800: #70290F;
  --peach-900: #481A0A;
  --peach-950: #2D1006;
}
Generate More ShadesCreate PaletteConvert Color