Salmon

#EA8B62

Orange

Color Codes

All color formats for development

HEX
#EA8B62
RGB
rgb(234, 139, 98)
HSL
hsl(18, 76%, 65%)
OKLCH
oklch(0.729 0.129 43.7)
CMYK
cmyk(0%, 41%, 58%, 8%)

Accessibility

WCAG contrast compliance

On White Background

2.51:1

AA AAA

On Black Background

8.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF5
100
#FBE8
200
#F7D4
300
#F1B3
400
#EA8B
500
#E369
600
#C54E
700
#9D3E
800
#702C
900
#481C
950
#2D12

Shades

Darker variations

1#E67545
2#E25F28
3#CC511C
4#AF4518
5#923A14
6#752E10
7#58230C
8#3A1708
9#1D0C04

Tints

Lighter variations

1#EC9672
2#EEA281
3#F0AE91
4#F2B9A1
5#F4C5B0
6#F6D0C0
7#F9DCD0
8#FBE8E0
9#FDF3EF

Tones

Muted variations

1#E38D69
2#DC906F
3#D59376
4#CE957D
5#C89884
6#C19B8B
7#BA9E91
8#B3A098
9#ADA39F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF5
#FDF5F2
BackgroundsSubtle highlightsCard backgrounds
100
FBE8
#FBE8E0
Light backgroundsTable row hoverSkeleton loading
200
F7D4
#F7D4C5
Secondary backgroundsInput backgroundsDividers
300
F1B3
#F1B398
BordersInactive statesPlaceholder text
400
EA8B
#EA8B62
Disabled statesSecondary iconsMuted text
500
E369
#E36935
Primary brand colorCTAsActive elementsLinks
600
C54E
#C54E1B
Hover statesFocus ringsPrimary buttons hover
700
9D3E
#9D3E15
Active/pressed statesDark mode accentsSecondary text
800
702C
#702C0F
Text on light backgroundsHeadingsStrong borders
900
481C
#481C0A
Primary textHigh emphasis contentDark headings
950
2D12
#2D1206
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --salmon-50: #FDF5F2;
  --salmon-100: #FBE8E0;
  --salmon-200: #F7D4C5;
  --salmon-300: #F1B398;
  --salmon-400: #EA8B62;
  --salmon-500: #E36935;
  --salmon-600: #C54E1B;
  --salmon-700: #9D3E15;
  --salmon-800: #702C0F;
  --salmon-900: #481C0A;
  --salmon-950: #2D1206;
}
Generate More ShadesCreate PaletteConvert Color