Salmon

#EA9D62

Orange

Color Codes

All color formats for development

HEX
#EA9D62
RGB
rgb(234, 157, 98)
HSL
hsl(26, 76%, 65%)
OKLCH
oklch(0.76 0.119 57.2)
CMYK
cmyk(0%, 33%, 58%, 8%)

Accessibility

WCAG contrast compliance

On White Background

2.21:1

AA AAA

On Black Background

9.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF7
100
#FBEB
200
#F7DA
300
#F1BE
400
#EA9D
500
#E381
600
#C565
700
#9D50
800
#7039
900
#4825
950
#2D17

Shades

Darker variations

1#E68A45
2#E27828
3#CC681C
4#AF5918
5#924A14
6#753C10
7#582D0C
8#3A1E08
9#1D0F04

Tints

Lighter variations

1#ECA772
2#EEB081
3#F0BA91
4#F2C4A1
5#F4CEB0
6#F6D8C0
7#F9E2D0
8#FBEBE0
9#FDF5EF

Tones

Muted variations

1#E39E69
2#DC9F6F
3#D59F76
4#CEA07D
5#C8A184
6#C1A28B
7#BAA391
8#B3A498
9#ADA59F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF7
#FDF7F2
BackgroundsSubtle highlightsCard backgrounds
100
FBEB
#FBEBE0
Light backgroundsTable row hoverSkeleton loading
200
F7DA
#F7DAC5
Secondary backgroundsInput backgroundsDividers
300
F1BE
#F1BE98
BordersInactive statesPlaceholder text
400
EA9D
#EA9D62
Disabled statesSecondary iconsMuted text
500
E381
#E38135
Primary brand colorCTAsActive elementsLinks
600
C565
#C5651B
Hover statesFocus ringsPrimary buttons hover
700
9D50
#9D5015
Active/pressed statesDark mode accentsSecondary text
800
7039
#70390F
Text on light backgroundsHeadingsStrong borders
900
4825
#48250A
Primary textHigh emphasis contentDark headings
950
2D17
#2D1706
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --salmon-50: #FDF7F2;
  --salmon-100: #FBEBE0;
  --salmon-200: #F7DAC5;
  --salmon-300: #F1BE98;
  --salmon-400: #EA9D62;
  --salmon-500: #E38135;
  --salmon-600: #C5651B;
  --salmon-700: #9D5015;
  --salmon-800: #70390F;
  --salmon-900: #48250A;
  --salmon-950: #2D1706;
}
Generate More ShadesCreate PaletteConvert Color