Salmon

#ED9C5E

Orange

Color Codes

All color formats for development

HEX
#ED9C5E
RGB
rgb(237, 156, 94)
HSL
hsl(26, 80%, 65%)
OKLCH
oklch(0.761 0.125 56.9)
CMYK
cmyk(0%, 34%, 60%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.21:1

AA AAA

On Black Background

9.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF7
100
#FBEB
200
#F8DA
300
#F3BE
400
#ED9C
500
#E880
600
#CA64
700
#A150
800
#7339
900
#4924
950
#2E17

Shades

Darker variations

1#EA8A41
2#E77823
3#D16817
4#B35914
5#954A11
6#773B0D
7#5A2C0A
8#3C1E07
9#1E0F03

Tints

Lighter variations

1#EFA66E
2#F1B07E
3#F3BA8F
4#F4C49F
5#F6CEAF
6#F8D7BF
7#FAE1CF
8#FBEBDF
9#FDF5EF

Tones

Muted variations

1#E69D65
2#DF9E6D
3#D89F74
4#D1A07B
5#C9A182
6#C2A289
7#BBA390
8#B4A497
9#ADA59F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF7
#FDF7F1
BackgroundsSubtle highlightsCard backgrounds
100
FBEB
#FBEBDF
Light backgroundsTable row hoverSkeleton loading
200
F8DA
#F8DAC3
Secondary backgroundsInput backgroundsDividers
300
F3BE
#F3BE95
BordersInactive statesPlaceholder text
400
ED9C
#ED9C5E
Disabled statesSecondary iconsMuted text
500
E880
#E88030
Primary brand colorCTAsActive elementsLinks
600
CA64
#CA6416
Hover statesFocus ringsPrimary buttons hover
700
A150
#A15012
Active/pressed statesDark mode accentsSecondary text
800
7339
#73390D
Text on light backgroundsHeadingsStrong borders
900
4924
#492408
Primary textHigh emphasis contentDark headings
950
2E17
#2E1705
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --salmon-50: #FDF7F1;
  --salmon-100: #FBEBDF;
  --salmon-200: #F8DAC3;
  --salmon-300: #F3BE95;
  --salmon-400: #ED9C5E;
  --salmon-500: #E88030;
  --salmon-600: #CA6416;
  --salmon-700: #A15012;
  --salmon-800: #73390D;
  --salmon-900: #492408;
  --salmon-950: #2E1705;
}
Generate More ShadesCreate PaletteConvert Color