Peach

#FEBF8B

Orange

Color Codes

All color formats for development

HEX
#FEBF8B
RGB
rgb(254, 191, 139)
HSL
hsl(27, 98%, 77%)
OKLCH
oklch(0.851 0.099 60.4)
CMYK
cmyk(0%, 25%, 45%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.61:1

AA AAA

On Black Background

13.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF7
100
#FFEB
200
#FEDB
300
#FEBF
400
#FD9D
500
#FD81
600
#DE65
700
#B151
800
#7E3A
900
#5125
950
#3217

Shades

Darker variations

1#FDA964
2#FD933D
3#FD7E16
4#E96A02
5#C25902
6#9C4702
7#753501
8#4E2301
9#271200

Tints

Lighter variations

1#FEC596
2#FECBA2
3#FED2AE
4#FED8B9
5#FEDFC5
6#FFE5D1
7#FFECDC
8#FFF2E8
9#FFF9F3

Tones

Muted variations

1#F8BF91
2#F2C096
3#EDC09C
4#E7C1A2
5#E1C1A8
6#DBC2AD
7#D6C3B3
8#D0C3B9
9#CAC4BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF7
#FFF7F0
BackgroundsSubtle highlightsCard backgrounds
100
FFEB
#FFEBDC
Light backgroundsTable row hoverSkeleton loading
200
FEDB
#FEDBBD
Secondary backgroundsInput backgroundsDividers
300
FEBF
#FEBF8B
BordersInactive statesPlaceholder text
400
FD9D
#FD9D4E
Disabled statesSecondary iconsMuted text
500
FD81
#FD811C
Primary brand colorCTAsActive elementsLinks
600
DE65
#DE6502
Hover statesFocus ringsPrimary buttons hover
700
B151
#B15102
Active/pressed statesDark mode accentsSecondary text
800
7E3A
#7E3A01
Text on light backgroundsHeadingsStrong borders
900
5125
#512501
Primary textHigh emphasis contentDark headings
950
3217
#321701
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FFF7F0;
  --peach-100: #FFEBDC;
  --peach-200: #FEDBBD;
  --peach-300: #FEBF8B;
  --peach-400: #FD9D4E;
  --peach-500: #FD811C;
  --peach-600: #DE6502;
  --peach-700: #B15102;
  --peach-800: #7E3A01;
  --peach-900: #512501;
  --peach-950: #321701;
}
Generate More ShadesCreate PaletteConvert Color