Peach

#F3B596

Orange

Color Codes

All color formats for development

HEX
#F3B596
RGB
rgb(243, 181, 150)
HSL
hsl(20, 79%, 77%)
OKLCH
oklch(0.823 0.084 47.7)
CMYK
cmyk(0%, 26%, 38%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.77:1

AA AAA

On Black Background

11.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF5
100
#FBE8
200
#F8D5
300
#F3B5
400
#EC8E
500
#E76E
600
#C953
700
#A042
800
#722F
900
#491E
950
#2E13

Shades

Darker variations

1#EF9C73
2#EA8350
3#E66A2D
4#D35719
5#B04815
6#8D3A10
7#692B0C
8#461D08
9#230E04

Tints

Lighter variations

1#F4BCA1
2#F5C4AB
3#F6CBB6
4#F8D3C0
5#F9DACB
6#FAE1D5
7#FBE9E0
8#FDF0EA
9#FEF8F5

Tones

Muted variations

1#EEB69B
2#E9B89F
3#E5BAA4
4#E0BBA9
5#DCBDAD
6#D7BEB2
7#D2C0B6
8#CEC1BB
9#C9C3C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF5
#FDF5F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE8
#FBE8DF
Light backgroundsTable row hoverSkeleton loading
200
F8D5
#F8D5C4
Secondary backgroundsInput backgroundsDividers
300
F3B5
#F3B596
BordersInactive statesPlaceholder text
400
EC8E
#EC8E5F
Disabled statesSecondary iconsMuted text
500
E76E
#E76E32
Primary brand colorCTAsActive elementsLinks
600
C953
#C95318
Hover statesFocus ringsPrimary buttons hover
700
A042
#A04213
Active/pressed statesDark mode accentsSecondary text
800
722F
#722F0D
Text on light backgroundsHeadingsStrong borders
900
491E
#491E09
Primary textHigh emphasis contentDark headings
950
2E13
#2E1305
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FDF5F1;
  --peach-100: #FBE8DF;
  --peach-200: #F8D5C4;
  --peach-300: #F3B596;
  --peach-400: #EC8E5F;
  --peach-500: #E76E32;
  --peach-600: #C95318;
  --peach-700: #A04213;
  --peach-800: #722F0D;
  --peach-900: #491E09;
  --peach-950: #2E1305;
}
Generate More ShadesCreate PaletteConvert Color