Peach

#F3BB95

Orange

Color Codes

All color formats for development

HEX
#F3BB95
RGB
rgb(243, 187, 149)
HSL
hsl(24, 80%, 77%)
OKLCH
oklch(0.834 0.082 55.5)
CMYK
cmyk(0%, 23%, 39%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.70:1

AA AAA

On Black Background

12.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF6
100
#FBEA
200
#F8D9
300
#F3BB
400
#ED97
500
#E87A
600
#CA5E
700
#A14B
800
#7336
900
#4922
950
#2E15

Shades

Darker variations

1#EFA472
2#EB8D4F
3#E7772B
4#D46318
5#B15214
6#8D4210
7#6A310C
8#472108
9#231004

Tints

Lighter variations

1#F4C2A0
2#F6C9AB
3#F7CFB5
4#F8D6C0
5#F9DDCA
6#FAE4D5
7#FBEBDF
8#FDF1EA
9#FEF8F4

Tones

Muted variations

1#EFBC9A
2#EABD9F
3#E5BEA4
4#E1BFA8
5#DCC0AD
6#D7C1B2
7#D2C2B6
8#CEC2BB
9#C9C3C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF6
#FDF6F1
BackgroundsSubtle highlightsCard backgrounds
100
FBEA
#FBEADF
Light backgroundsTable row hoverSkeleton loading
200
F8D9
#F8D9C3
Secondary backgroundsInput backgroundsDividers
300
F3BB
#F3BB95
BordersInactive statesPlaceholder text
400
ED97
#ED975E
Disabled statesSecondary iconsMuted text
500
E87A
#E87A30
Primary brand colorCTAsActive elementsLinks
600
CA5E
#CA5E16
Hover statesFocus ringsPrimary buttons hover
700
A14B
#A14B12
Active/pressed statesDark mode accentsSecondary text
800
7336
#73360D
Text on light backgroundsHeadingsStrong borders
900
4922
#492208
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: #FDF6F1;
  --peach-100: #FBEADF;
  --peach-200: #F8D9C3;
  --peach-300: #F3BB95;
  --peach-400: #ED975E;
  --peach-500: #E87A30;
  --peach-600: #CA5E16;
  --peach-700: #A14B12;
  --peach-800: #73360D;
  --peach-900: #492208;
  --peach-950: #2E1505;
}
Generate More ShadesCreate PaletteConvert Color