Salmon

#EC955F

Orange

Color Codes

All color formats for development

HEX
#EC955F
RGB
rgb(236, 149, 95)
HSL
hsl(23, 79%, 65%)
OKLCH
oklch(0.748 0.126 51.6)
CMYK
cmyk(0%, 37%, 60%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.33:1

AA AAA

On Black Background

9.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF6
100
#FBEA
200
#F8D8
300
#F3BA
400
#EC95
500
#E777
600
#C95C
700
#A049
800
#7234
900
#4921
950
#2E15

Shades

Darker variations

1#E98242
2#E56E24
3#D05F18
4#B25115
5#944411
6#77360E
7#59290A
8#3B1B07
9#1E0E03

Tints

Lighter variations

1#EEA06F
2#F0AA7F
3#F2B58F
4#F4C09F
5#F6CAAF
6#F8D5BF
7#F9DFCF
8#FBEADF
9#FDF4EF

Tones

Muted variations

1#E59766
2#DE996D
3#D79A74
4#D09C7B
5#C99E82
6#C29F8A
7#BBA191
8#B4A298
9#ADA49F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF6
#FDF6F1
BackgroundsSubtle highlightsCard backgrounds
100
FBEA
#FBEADF
Light backgroundsTable row hoverSkeleton loading
200
F8D8
#F8D8C4
Secondary backgroundsInput backgroundsDividers
300
F3BA
#F3BA96
BordersInactive statesPlaceholder text
400
EC95
#EC955F
Disabled statesSecondary iconsMuted text
500
E777
#E77732
Primary brand colorCTAsActive elementsLinks
600
C95C
#C95C18
Hover statesFocus ringsPrimary buttons hover
700
A049
#A04913
Active/pressed statesDark mode accentsSecondary text
800
7234
#72340D
Text on light backgroundsHeadingsStrong borders
900
4921
#492109
Primary textHigh emphasis contentDark headings
950
2E15
#2E1505
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --salmon-50: #FDF6F1;
  --salmon-100: #FBEADF;
  --salmon-200: #F8D8C4;
  --salmon-300: #F3BA96;
  --salmon-400: #EC955F;
  --salmon-500: #E77732;
  --salmon-600: #C95C18;
  --salmon-700: #A04913;
  --salmon-800: #72340D;
  --salmon-900: #492109;
  --salmon-950: #2E1505;
}
Generate More ShadesCreate PaletteConvert Color