Peach

#F2BB97

Orange

Color Codes

All color formats for development

HEX
#F2BB97
RGB
rgb(242, 187, 151)
HSL
hsl(24, 78%, 77%)
OKLCH
oklch(0.833 0.08 54.5)
CMYK
cmyk(0%, 23%, 38%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.70:1

AA AAA

On Black Background

12.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF6
100
#FBEA
200
#F8D9
300
#F2BB
400
#EB98
500
#E67A
600
#C85F
700
#9F4B
800
#7136
900
#4922
950
#2D16

Shades

Darker variations

1#EEA574
2#E98E51
3#E5772E
4#D2631A
5#AF5316
6#8C4211
7#69320D
8#462109
9#231104

Tints

Lighter variations

1#F3C2A1
2#F5C9AB
3#F6D0B6
4#F7D6C0
5#F9DDCB
6#FAE4D5
7#FBEBE0
8#FCF1EA
9#FEF8F5

Tones

Muted variations

1#EEBC9B
2#E9BDA0
3#E4BEA4
4#E0BFA9
5#DBC0AD
6#D7C1B2
7#D2C2B7
8#CDC3BB
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
#F8D9C4
Secondary backgroundsInput backgroundsDividers
300
F2BB
#F2BB97
BordersInactive statesPlaceholder text
400
EB98
#EB9860
Disabled statesSecondary iconsMuted text
500
E67A
#E67A33
Primary brand colorCTAsActive elementsLinks
600
C85F
#C85F19
Hover statesFocus ringsPrimary buttons hover
700
9F4B
#9F4B14
Active/pressed statesDark mode accentsSecondary text
800
7136
#71360E
Text on light backgroundsHeadingsStrong borders
900
4922
#492209
Primary textHigh emphasis contentDark headings
950
2D16
#2D1606
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FDF6F1;
  --peach-100: #FBEADF;
  --peach-200: #F8D9C4;
  --peach-300: #F2BB97;
  --peach-400: #EB9860;
  --peach-500: #E67A33;
  --peach-600: #C85F19;
  --peach-700: #9F4B14;
  --peach-800: #71360E;
  --peach-900: #492209;
  --peach-950: #2D1606;
}
Generate More ShadesCreate PaletteConvert Color