Peach

#F0C498

Orange

Color Codes

All color formats for development

HEX
#F0C498
RGB
rgb(240, 196, 152)
HSL
hsl(30, 75%, 77%)
OKLCH
oklch(0.848 0.077 66.5)
CMYK
cmyk(0%, 18%, 37%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.61:1

AA AAA

On Black Background

13.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF7
100
#FBED
200
#F7DE
300
#F0C4
400
#E9A6
500
#E28C
600
#C470
700
#9C59
800
#7040
900
#4729
950
#2D1A

Shades

Darker variations

1#EBB176
2#E79D54
3#E28931
4#CE761D
5#AC6219
6#894F14
7#673B0F
8#45270A
9#221405

Tints

Lighter variations

1#F2CAA3
2#F3D0AD
3#F5D6B7
4#F6DCC1
5#F8E2CC
6#F9E8D6
7#FBEDE0
8#FCF3EA
9#FEF9F5

Tones

Muted variations

1#ECC49D
2#E8C4A1
3#E3C4A6
4#DFC4AA
5#DAC4AE
6#D6C4B3
7#D2C4B7
8#CDC4BC
9#C9C4C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF7
#FDF7F2
BackgroundsSubtle highlightsCard backgrounds
100
FBED
#FBEDE0
Light backgroundsTable row hoverSkeleton loading
200
F7DE
#F7DEC5
Secondary backgroundsInput backgroundsDividers
300
F0C4
#F0C498
BordersInactive statesPlaceholder text
400
E9A6
#E9A663
Disabled statesSecondary iconsMuted text
500
E28C
#E28C36
Primary brand colorCTAsActive elementsLinks
600
C470
#C4701C
Hover statesFocus ringsPrimary buttons hover
700
9C59
#9C5916
Active/pressed statesDark mode accentsSecondary text
800
7040
#704010
Text on light backgroundsHeadingsStrong borders
900
4729
#47290A
Primary textHigh emphasis contentDark headings
950
2D1A
#2D1A06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FDF7F2;
  --peach-100: #FBEDE0;
  --peach-200: #F7DEC5;
  --peach-300: #F0C498;
  --peach-400: #E9A663;
  --peach-500: #E28C36;
  --peach-600: #C4701C;
  --peach-700: #9C5916;
  --peach-800: #704010;
  --peach-900: #47290A;
  --peach-950: #2D1A06;
}
Generate More ShadesCreate PaletteConvert Color