Peach

#F6B993

Orange

Color Codes

All color formats for development

HEX
#F6B993
RGB
rgb(246, 185, 147)
HSL
hsl(23, 85%, 77%)
OKLCH
oklch(0.833 0.087 53.1)
CMYK
cmyk(0%, 25%, 40%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.71:1

AA AAA

On Black Background

12.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF6
100
#FCEA
200
#FAD7
300
#F6B9
400
#F294
500
#EE75
600
#D05A
700
#A548
800
#7633
900
#4B21
950
#2F14

Shades

Darker variations

1#F3A16E
2#F08A4A
3#ED7226
4#DA5E12
5#B64F0F
6#913F0C
7#6D2F09
8#491F06
9#241003

Tints

Lighter variations

1#F7C09D
2#F8C7A8
3#F9CEB3
4#FAD5BE
5#FBDCC9
6#FBE3D4
7#FCEADE
8#FDF1E9
9#FEF8F4

Tones

Muted variations

1#F1BA97
2#ECBB9C
3#E7BCA1
4#E2BDA6
5#DDBFAB
6#D8C0B0
7#D3C1B5
8#CEC2BA
9#C9C3BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF6
#FEF6F1
BackgroundsSubtle highlightsCard backgrounds
100
FCEA
#FCEADE
Light backgroundsTable row hoverSkeleton loading
200
FAD7
#FAD7C2
Secondary backgroundsInput backgroundsDividers
300
F6B9
#F6B992
BordersInactive statesPlaceholder text
400
F294
#F2945A
Disabled statesSecondary iconsMuted text
500
EE75
#EE752B
Primary brand colorCTAsActive elementsLinks
600
D05A
#D05A11
Hover statesFocus ringsPrimary buttons hover
700
A548
#A5480D
Active/pressed statesDark mode accentsSecondary text
800
7633
#76330A
Text on light backgroundsHeadingsStrong borders
900
4B21
#4B2106
Primary textHigh emphasis contentDark headings
950
2F14
#2F1404
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --peach-50: #FEF6F1;
  --peach-100: #FCEADE;
  --peach-200: #FAD7C2;
  --peach-300: #F6B992;
  --peach-400: #F2945A;
  --peach-500: #EE752B;
  --peach-600: #D05A11;
  --peach-700: #A5480D;
  --peach-800: #76330A;
  --peach-900: #4B2106;
  --peach-950: #2F1404;
}
Generate More ShadesCreate PaletteConvert Color