Peach

#F3BE95

Orange

Color Codes

All color formats for development

HEX
#F3BE95
RGB
rgb(243, 190, 149)
HSL
hsl(26, 80%, 77%)
OKLCH
oklch(0.839 0.082 59.1)
CMYK
cmyk(0%, 22%, 39%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF7
100
#FBEB
200
#F8DA
300
#F3BE
400
#ED9C
500
#E880
600
#CA64
700
#A150
800
#7339
900
#4924
950
#2E17

Shades

Darker variations

1#EFA872
2#EB934F
3#E77D2B
4#D46918
5#B15814
6#8D4610
7#6A350C
8#472308
9#231204

Tints

Lighter variations

1#F4C5A0
2#F6CBAB
3#F7D2B5
4#F8D8C0
5#F9DFCA
6#FAE5D5
7#FBECDF
8#FDF2EA
9#FEF9F4

Tones

Muted variations

1#EFBF9A
2#EABF9F
3#E5C0A4
4#E1C1A8
5#DCC1AD
6#D7C2B2
7#D2C2B6
8#CEC3BB
9#C9C4C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF7
#FDF7F1
BackgroundsSubtle highlightsCard backgrounds
100
FBEB
#FBEBDF
Light backgroundsTable row hoverSkeleton loading
200
F8DA
#F8DAC3
Secondary backgroundsInput backgroundsDividers
300
F3BE
#F3BE95
BordersInactive statesPlaceholder text
400
ED9C
#ED9C5E
Disabled statesSecondary iconsMuted text
500
E880
#E88030
Primary brand colorCTAsActive elementsLinks
600
CA64
#CA6416
Hover statesFocus ringsPrimary buttons hover
700
A150
#A15012
Active/pressed statesDark mode accentsSecondary text
800
7339
#73390D
Text on light backgroundsHeadingsStrong borders
900
4924
#492408
Primary textHigh emphasis contentDark headings
950
2E17
#2E1705
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FDF7F1;
  --peach-100: #FBEBDF;
  --peach-200: #F8DAC3;
  --peach-300: #F3BE95;
  --peach-400: #ED9C5E;
  --peach-500: #E88030;
  --peach-600: #CA6416;
  --peach-700: #A15012;
  --peach-800: #73390D;
  --peach-900: #492408;
  --peach-950: #2E1705;
}
Generate More ShadesCreate PaletteConvert Color