Peach

#F3CC96

Orange

Color Codes

All color formats for development

HEX
#F3CC96
RGB
rgb(243, 204, 150)
HSL
hsl(35, 79%, 77%)
OKLCH
oklch(0.866 0.082 75.4)
CMYK
cmyk(0%, 16%, 38%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.51:1

AA AAA

On Black Background

13.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF8
100
#FBF0
200
#F8E2
300
#F3CC
400
#ECB2
500
#E79B
600
#C97F
700
#A065
800
#7248
900
#492E
950
#2E1D

Shades

Darker variations

1#EFBB73
2#EAAA50
3#E6992D
4#D38519
5#B06F15
6#8D5910
7#69430C
8#462C08
9#231604

Tints

Lighter variations

1#F4D1A1
2#F5D6AB
3#F6DBB6
4#F8E0C0
5#F9E6CB
6#FAEBD5
7#FBF0E0
8#FDF5EA
9#FEFAF5

Tones

Muted variations

1#EECB9B
2#E9CB9F
3#E5CAA4
4#E0C9A9
5#DCC8AD
6#D7C7B2
7#D2C7B6
8#CEC6BB
9#C9C5C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF8
#FDF8F1
BackgroundsSubtle highlightsCard backgrounds
100
FBF0
#FBF0DF
Light backgroundsTable row hoverSkeleton loading
200
F8E2
#F8E2C4
Secondary backgroundsInput backgroundsDividers
300
F3CC
#F3CC96
BordersInactive statesPlaceholder text
400
ECB2
#ECB25F
Disabled statesSecondary iconsMuted text
500
E79B
#E79B32
Primary brand colorCTAsActive elementsLinks
600
C97F
#C97F18
Hover statesFocus ringsPrimary buttons hover
700
A065
#A06513
Active/pressed statesDark mode accentsSecondary text
800
7248
#72480D
Text on light backgroundsHeadingsStrong borders
900
492E
#492E09
Primary textHigh emphasis contentDark headings
950
2E1D
#2E1D05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FDF8F1;
  --peach-100: #FBF0DF;
  --peach-200: #F8E2C4;
  --peach-300: #F3CC96;
  --peach-400: #ECB25F;
  --peach-500: #E79B32;
  --peach-600: #C97F18;
  --peach-700: #A06513;
  --peach-800: #72480D;
  --peach-900: #492E09;
  --peach-950: #2E1D05;
}
Generate More ShadesCreate PaletteConvert Color